Changeset 18


Ignore:
Timestamp:
10/07/06 18:27:29 (5 years ago)
Author:
james
Message:

add nicer logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProxyCheck/proxycheck.tcl

    r8 r18  
    108108    } 
    109109    set proxycheck_lastip $ip 
    110     putlog "proxycheck: got host $host = ip $ip from RBL $rbl ... banning" 
     110    putloglev d * "proxycheck: got host $host = ip $ip from RBL $rbl ... banning" 
     111                putlog "proxycheck: $nick ($orighost) is listed in $rbl ... banning from $channel" 
    111112    newchanban $channel "*@$orighost" "proxychk" "proxycheck: $rbl" $proxycheck_bantime 
    112113  } 
Note: See TracChangeset for help on using the changeset viewer.