home · contact · privacy
Replace hard-coded client login welcome messages with optional server login messages.
[plomrogue2] / rogue_chat_curses.py
index d6d8242e23b4a6c5a41dfc63be02ded75e8081d9..1d327727c3fee4ede955321459c9e1d85b11656b 100755 (executable)
@@ -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):