From 6d82cdcb93b160c5567a0e208f7dcf5132f47572 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 22 Jun 2019 19:36:54 +0100 Subject: [PATCH] Add missing ">" to !help output --- modules/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]))