From: Matthew Vernon Date: Tue, 19 Apr 2011 14:26:38 +0000 (+0100) Subject: correct stupid typo X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=commitdiff_plain;h=e9b587ab8c0e11fb72178616431175e0930c8856 correct stupid typo --- 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