Hi,
Im looking for a sort of blacklist, but i want the bot to add users to the blacklist that someone else banned. So basically i want the bot to blacklist a user even if it had no interaction with the ban/user.
Thanks in advance.
Swinder!
Code: Select all
bind mode - "% +b" foo
proc foo {n u h c m v} {
if {$n != $::botnick} {
newchanban $c $v $::nick "added as foreign ban"
}
}