From cf5e8e656763ab77ea29ca26078b369847422d7f Mon Sep 17 00:00:00 2001 From: Juhani Haverinen Date: Fri, 11 Oct 2013 22:53:56 +0300 Subject: [PATCH] Fixed spelling error --- botcmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botcmd.py b/botcmd.py index d518971..4dcb287 100644 --- a/botcmd.py +++ b/botcmd.py @@ -258,7 +258,7 @@ def help(cmd): elif cmd=='#untrust': return '#untrust nick remove nick from trusted list' elif cmd=='#ls-trusted': - return '#lt-trusted list nicks that are trusted. use only in a query' + return '#ls-trusted list nicks that are trusted. use only in a query' elif cmd=='#help': return '#help [command] give short info of command or list commands' else: