Add missing ">" to !help output

This commit is contained in:
jesopo 2019-06-22 19:36:54 +01:00
parent a7c338c1a9
commit 6d82cdcb93

View file

@ -42,7 +42,7 @@ class Module(ModuleManager.BaseModule):
else:
event["stdout"].write("I'm %s. use '%smodules' to list modules, "
"'%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"],
event["command_prefix"]))