diff options
Diffstat (limited to 'modules/help.py')
| -rw-r--r-- | modules/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help.py b/modules/help.py index 0800a0e1..31231d89 100644 --- a/modules/help.py +++ b/modules/help.py @@ -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"])) |
