From 9e5958bf112f07447b0faee3f32b2adfe823f446 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Wed, 26 May 2010 07:35:57 +0100 Subject: [PATCH] disable url-tracking features --- Servus-chiark.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Servus-chiark.py b/Servus-chiark.py index 3fb7adc..270955e 100644 --- a/Servus-chiark.py +++ b/Servus-chiark.py @@ -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("++"): -- 2.30.2