X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blobdiff_plain;f=new2%2Frogue_chat_curses.py;fp=new2%2Frogue_chat_curses.py;h=ad9dba169620299ecfd78e598664ce520f556894;hp=689ecc1b1686f023799ae7f94b739e8f33359c6b;hb=ebce2a63305565ce32f336881b49a428fc5d91d3;hpb=4892dca2b3072b5a3c92d5eec3442ef37db4d9d1 diff --git a/new2/rogue_chat_curses.py b/new2/rogue_chat_curses.py index 689ecc1..ad9dba1 100755 --- a/new2/rogue_chat_curses.py +++ b/new2/rogue_chat_curses.py @@ -281,8 +281,8 @@ class TUI: self.log_msg(" /nick NAME - re-name yourself to NAME"); self.log_msg(" /msg USER TEXT - send TEXT to USER"); self.log_msg(" /help - show this help"); - self.log_msg(" /P or /play - switch to play mode"); - self.log_msg(" /? or /study - switch to study mode"); + self.log_msg(" /%s or /play - switch to play mode" % self.keys['switch_to_play']); + self.log_msg(" /%s or /study - switch to study mode" % self.keys['switch_to_study']); self.log_msg("commands common to study and play mode:"); self.log_msg(" %s - move" % ','.join(self.movement_keys)); self.log_msg(" %s - switch to chat mode" % self.keys['switch_to_chat']);