changeset 249:d98876dd9ee1

urllog: Rename a function.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Jan 2015 23:59:39 +0200
parents 82833838924e
children e706f1cdebb4
files urllog.tcl
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Mon Jan 19 20:44:25 2015 +0200
+++ b/urllog.tcl	Mon Jan 19 23:59:39 2015 +0200
@@ -174,8 +174,8 @@
 ### Binding initializations
 bind pub - !urlfind urllog_pub_urlfind
 bind msg - !urlfind urllog_msg_urlfind
-bind pubm - *.* urllog_checkmsg
-bind topc - *.* urllog_checkmsg
+bind pubm - *.* urllog_check_line
+bind topc - *.* urllog_check_line
 
 
 ### Initialization messages
@@ -593,12 +593,12 @@
 #-------------------------------------------------------------------------
 
 
-proc urllog_checkmsg {unick uhost uhand uchan utext} {
+proc urllog_check_line {unick uhost uhand uchan utext} {
   global urllog_log_channels
 
   ### Check the nick
   if {$unick == "*"} {
-    urllog_log "urllog_checkmsg: nick was wc, this should not happen."
+    urllog_log "urllog_check_line: Nick was wc, this should not happen."
     return 0
   }