<x-r00t-x> perlbot, ignore lord 20000
<perlbot> lord (*!*@*.bois.qwest.net) is being ignored for 1 week, 6 days, 21 hours, 20 minutes
so the bot cant see users command and logs . etc
EDIT: i saw this on a perl bitch bot .

Code: Select all
bind pub n|n !ignore ignore:user
proc ignore:user {nick uhost hand chan arg} {
if {[scan [join [lrange [split $arg] 0 1]] {%s %s} n t] != 2} {return 0}
if {![isignore [set h [maskhost [getchanhost $n $chan]]]]} {
newignore $h $hand "PUBLIC CMD" $t
puthelp "privmsg $chan :$n ($h) is being ignored for [duration [expr {$t*60}]]."
}
}