diff --git a/mystic/bbs_menus.pas b/mystic/bbs_menus.pas index 2e859d8..78ab659 100644 --- a/mystic/bbs_menus.pas +++ b/mystic/bbs_menus.pas @@ -242,6 +242,7 @@ Begin Session.io.BufFlush; End; 'U' : ShowUserList (strUpper(CmdData)); + 'V' : AnsiViewer(Session.Theme.ViewerBar, CmdData); 'X' : Result := ExecuteMPL(NIL, CmdData) = 2; '?' : Begin // online ANSI help system (BBSHTML) prototype