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 ' to list commands and " - "'%shelp ' to see help text for a command" % (IRCBot.URL, event["command_prefix"], event["command_prefix"], event["command_prefix"]))