How do you supoose to stick the ban thats never been set correctly? Your using putquick'd mode changes, not eggdrops internal bans to catch this. Perhaps you should use: proc CorePermBan { nick host hand chan text } { set who [lindex [split $text] 0] set why [lrange [split $text] 1 end] set whohost...
ERROR: [00:27] Tcl error [CorePermBan]: wrong # args: should be "stick ban ?channel?" SCRIPT: proc CorePermBan { nick host hand chan text } { set who [lindex [split $text] 0] set why [lrange [split $text] 1 end] set whohost [stricthost [lindex [split $text] 0] $chan] putquick "MODE $c...