greetings, recently got passport flooded so i downloaded eXonyte's dynamic room limiter.
But it doenst seem to be working.
I'm wondering if this script is not compatible with nuclearmsn ?
anyway.. when ever someone leaves/joins/gets kicked it should (i assume) change the room limit
instead it says:
%channelnamehere no such channel
I suspect the problem is in this area...
#limitprot on
on *:JOIN:*: {
if ($nick != $me) {
if ($calc($nick($chan,0) + 2) <= 100) {
.timer.limit 1 5 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 3)
}
}
}
on *:PART:*: {
if ($calc($nick($chan,0) + 2) <= 100) {
.timer.limit 1 3 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 2)
}
}
on *:KICK:*: {
if ($calc($nick($chan,0) + 2) <= 100) {
.timer.limit 1 3 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 2)
}
}
on *:MODE:#: {
if ($nick != $me) || ($nick !isowner $comchan($nick,1)) {
if ($calc($nick($chan,0) + 2) <= 100) .timer.limit 1 3 mode $!chr(37) $!+ $right($chan,-1) +l $calc($nick($chan,0) + 3)
}
}
#limitprot end
;By eXonyte web site: http://exonyte.dyndns.org