ok I was given this code to stop peeps darting in and out of my chat room wiv out saying a word and it works fine .. my question is, that it puts them in deny in the access dialog and I have to clear denies as it seems to be an Indefinite ban ... can anyone help me and change the time limit on the ban .. also as many of you know Im not a scripter but trying to learn .. and I havent got a clue wot the ban limit is ... one more question lolol
if someone is banned with a limit e.g. say 15mins and that time is up will it still show in the access dialog and will I have to clear it.. sz if I dont ask these questions how am I going to learn ![]()
on *:JOIN:#: {
if ($nick($chan,$me,ohaq)) {
.auser joinchan $nick
set %j. $+ $chan $chan
.timer 1 3 .ruser $nick
set %join. $+ $nick $calc(%join. [ $+ [ $nick ] ])
.timer 1 60 unset %join. [ $+ [ $nick ] ]
}
}
on joinchan:PART:#: {
if ($nick($chan,$me,ohaq)) {
if (%j. [ $+ [ $chan ] ]) {
mode $chan +bb $address($nick,2) $nick
.ruser $nick
unset %chantime
msg $chan auto-bannned $nick for Join/Part in under three seconds