mIRC Home    About    Download    Register    News    Help

Print Thread
#9807 05/02/03 02:03 PM
Joined: Dec 2002
Posts: 29
C
Charlie Offline OP
Ameglian cow
OP Offline
Ameglian cow
C
Joined: Dec 2002
Posts: 29
is there any way or script to prevent excess flood, when ban enforce turned on, on large channel?

specially being join/part flood. i always get problem with it
  • Code:
    on @1:ban:#: {
      var %x 1
      while ($ialchan($banmask,$chan,%x).nick) {
        kick $chan $ifmatch banned by $nick
        inc %x
      }
    } 


regards
-= Charlie =-


Charlie
Joined: Dec 2002
Posts: 145
G
Vogon poet
Offline
Vogon poet
G
Joined: Dec 2002
Posts: 145
options / IRC / flood: enable "Queue: Op commands"

Queue Op commands
If this is enabled, the MODE and KICK commands are also queued in the flood queue.

Don't forget to activate "Enable flood protection"



Link Copied to Clipboard