mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Reword some help for clarity
This commit is contained in:
parent
f81a7a8b20
commit
0ddf3c5595
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue