# HG changeset patch # User Matti Hamalainen # Date 1421704779 -7200 # Node ID d98876dd9ee19d98ee6a2529cb666fe6eb7a4855 # Parent 82833838924e7b115f90b29b2feebe9047e8f83f urllog: Rename a function. diff -r 82833838924e -r d98876dd9ee1 urllog.tcl --- 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 }