on *:join:*:{
set %users $read(text\users.txt,w,* $+ $address($nick,1) $+ * ) | set %cok $readn
if ($nick == $me) {
return }
else {
if (!$read(text\users.txt,w,* $+ $address($nick,1) $+ *)) {
write text\users.txt $address($nick,1) $nick
msg $comchan($nick,1) new Member added ( $nick ) }
How can I make a halt on this code so if there is a join flood it will halt after 3 or 4 joins and not message the room with all the nick joins?