X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=rogue_chat_curses.py;h=1d327727c3fee4ede955321459c9e1d85b11656b;hb=5d3c2a69f040a8e4e0538a1fe7f64948aede0e0a;hp=d6d8242e23b4a6c5a41dfc63be02ded75e8081d9;hpb=a2a99a46b65a881027d4724c4f2ecd23c2ba60ed;p=plomrogue2 diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index d6d8242..1d32772 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -187,8 +187,6 @@ def cmd_LOGIN_OK(game): game.tui.switch_mode('post_login_wait') game.tui.send('GET_GAMESTATE') game.tui.log_msg('@ welcome!') - game.tui.log_msg('@ hint: see top of terminal for how to get help.') - game.tui.log_msg('@ hint: enter study mode to understand your environment.') cmd_LOGIN_OK.argtypes = '' def cmd_ADMIN_OK(game):