chiark / gitweb /
correct stupid typo
authorMatthew Vernon <matthewv@chiark.greenend.org.uk>
Tue, 19 Apr 2011 14:26:38 +0000 (15:26 +0100)
committerMatthew Vernon <matthewv@chiark.greenend.org.uk>
Tue, 19 Apr 2011 14:26:38 +0000 (15:26 +0100)
commands.py

index 20d207c2fae4a10029aac694f2c2b93264ceb785..b63836af7d08425c522c0876b0e34464915500b8 100644 (file)
@@ -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