chiark / gitweb /
make karma channel-specific, to avoid over-writing it
[irc.git] / 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