chiark / gitweb /
new trout from Art
[irc.git] / Servus-chiark.py
index 0e0137cc785d36fdcf4f5bc33506bdf403445ca3..647bce0768ea12910d6fef9d234c98f9b338e8cd 100644 (file)
@@ -201,9 +201,9 @@ def command(bot, cmd, nick, conn, public):
            lastexp=t
 
     if public:
-      if c.urlre.search(cmd):
+      if c.urlre.search(cmd) and command.lower()!="url":
         c.dourl(bot,conn,nick,cmd,urldb)
-         
+
     # karma: up
     if command.endswith("++"):
         karma(cmd,1)