changeset 29:2658500d1b52

urllog: Remove useless bind.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Sep 2011 20:14:18 +0300
parents a59e312b1513
children 3cf438db908a
files urllog.tcl
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Mon Sep 05 19:52:48 2011 +0300
+++ b/urllog.tcl	Mon Sep 05 20:14:18 2011 +0300
@@ -142,7 +142,6 @@
 
 bind pubm - *.* urllog_checkmsg
 bind topc - *.* urllog_checkmsg
-bind msg - paska urllog_checkmsg2
 
 
 ### Initialization messages
@@ -595,11 +594,4 @@
 }
 
 
-#-------------------------------------------------------------------------
-proc urllog_checkmsg2 {unick uhost uhand utext} {
-  urllog_checkurl $utext $unick $uhost "#CHANNEL"
-  return 0
-}
-
-
 # end of script