aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-22 19:36:54 +0100
committerGravatar jesopo2019-06-22 19:36:54 +0100
commit6d82cdcb93b160c5567a0e208f7dcf5132f47572 (patch)
tree68d0d16cd4e30af4c1f579ad8300a5bfd53b1493
parentself.bot.trigger() relaying - needed for write loop notification cross-network (diff)
signature
Add missing ">" to !help output
-rw-r--r--modules/help.py2
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"]))