Reword some help for clarity

This commit is contained in:
moneromooo 2015-01-08 15:08:07 +00:00
parent f81a7a8b20
commit 0ddf3c5595

View file

@ -70,7 +70,7 @@ def Commands(nick,chan,cmd):
if module_name:
SendTo(nick, "Commands for %s's %s module:" % (config.tipbot_name,module_name))
else:
SendTo(nick, "Commands for %s (!commands <modulename> for command help):" % config.tipbot_name)
SendTo(nick, "Commands for %s (use !commands <modulename> for help about the module's commands):" % config.tipbot_name)
msgs = dict()
for command_name in commands: