chiark / gitweb /
disable url-tracking features
[irc.git] / Servus-chiark.py
index 3fb7adca28261009ead17e3e5d1c05155f72f7a8..270955e8e36b6206ffa4e173dd03439c7c3a0e53 100644 (file)
@@ -229,7 +229,7 @@ commands = {"karma": (c.karmaq,karmadb),
            "die": quit,
            "define": c.defineq,
             "google": c.googleq,
-           "url": urlq,
+#          "url": urlq,
            "units": c.unitq,
            "help": c.helpq,
 #          "game": (c.gameq,game),
@@ -255,9 +255,9 @@ def command(bot, cmd, nick, conn, public):
     except IndexError:
            command=""
 
-    if public:
-      if urlre.search(cmd):
-        dourl(bot,conn,nick,cmd)
+#    if public:
+#      if urlre.search(cmd):
+#        dourl(bot,conn,nick,cmd)
          
     # karma: up
     if command.endswith("++"):