diff options
| author | 2019-06-22 19:36:54 +0100 | |
|---|---|---|
| committer | 2019-06-22 19:36:54 +0100 | |
| commit | 6d82cdcb93b160c5567a0e208f7dcf5132f47572 (patch) | |
| tree | 68d0d16cd4e30af4c1f579ad8300a5bfd53b1493 /modules/help.py | |
| parent | self.bot.trigger() relaying - needed for write loop notification cross-network (diff) | |
| signature | ||
Add missing ">" to !help output
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"])) |
