Add missing ">" to !help output
This commit is contained in:
parent
a7c338c1a9
commit
6d82cdcb93
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
else:
|
else:
|
||||||
event["stdout"].write("I'm %s. use '%smodules' to list modules, "
|
event["stdout"].write("I'm %s. use '%smodules' to list modules, "
|
||||||
"'%scommands <module>' to list commands and "
|
"'%scommands <module>' to list commands and "
|
||||||
"'%shelp <command' to see help text for a command" %
|
"'%shelp <command>' to see help text for a command" %
|
||||||
(IRCBot.URL, event["command_prefix"], event["command_prefix"],
|
(IRCBot.URL, event["command_prefix"], event["command_prefix"],
|
||||||
event["command_prefix"]))
|
event["command_prefix"]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue