chiark / gitweb /
new trout from rjk
[irc.git] / Servus-chiark.py
index 0e0137cc785d36fdcf4f5bc33506bdf403445ca3..9c381aea2accca3c587f32548d489fd6c86bf4ab 100644 (file)
@@ -24,7 +24,7 @@
 # Acrobat configuration file
 
 # The following definitions are required to be present in this module:
-server = "rapun"
+server = "chiark"
 port = 6667
 nickname = "Servus"
 channel = "#chiark"
@@ -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)