Currently, when an IP is checked twice in a row, an error is thrown. This change fixes the following issue: proxycheck_check3: invalid command name "putlogdev"
@@ -103,7 +103,7 @@ proc proxycheck_check3 { ip host status nick orighost channel rbl } {
if {$status} {
if {$ip == $proxycheck_lastip} {
- putlogdev d * "proxycheck: $host = $ip appears in RBL $ip, but I've already seen this one."
+ putloglev d * "proxycheck: $host = $ip appears in RBL $ip, but I've already seen this one."
return 0
}
set proxycheck_lastip $ip