I got a issue I will explain it. I am using whats called the Tewl connection by the way. ![]()
OK Issue is my whisper flood kick is slow at kicking is there a way I can make it a little more sensitive.
#whisperflood on
raw whisper:*: {
if ($nick isowner $chan) { return }
elseif (%fk. [ $+ [ $nick ] ] == $1-) {
.raw kick $comchan($nick,1) $nick Scrolling In Whisper
}
else {
set -u2 %fk. [ $+ [ $nick ] ] $1-
}
}
#whisperflood end