Why enforce /say if we can just imply /say when it's a not implemented

command? This is far more userfriendly. If you have any objections,
feel free to revert and I'll think of something else that's not as
annoying as /say.
This commit is contained in:
js 2008-05-05 18:37:15 +00:00
parent 2f225c2b22
commit b42a89d269
1 changed files with 0 additions and 6 deletions

View File

@ -1390,12 +1390,6 @@ class ChatControl(ChatControlBase):
self.get_command_help(command)
self.clear(self.msg_textview)
return True
elif command == 'say':
return False
else:
self.print_conversation(_('No such command: /%s (if you want to send '
'this, prefix it with /say)') % command, 'info')
return True
return False
def get_command_help(self, command):