From e9b587ab8c0e11fb72178616431175e0930c8856 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Tue, 19 Apr 2011 15:26:38 +0100 Subject: [PATCH] correct stupid typo --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.py b/commands.py index 20d207c..b63836a 100644 --- a/commands.py +++ b/commands.py @@ -374,7 +374,7 @@ def dourl(bot,conn,nick,command,urldb): T=urldb[urlstring] message="observes %s URL, first mentioned %s by %s" % \ (T.urltype(),T.firstmen(),T.nick) - if shibbloleth.search(command)==None: + if shibboleth.search(command)==None: conn.action(bot.channel, message) T.lastseen=time.time() T.count+=1 -- 2.30.2