| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
CTCP Channel flood protection
Code:
ctcp *:*:*: {
set -u60 %ctcp. [ $+ [ $site ] ] $calc( %ctcp. [ $+ [ $site ] ] + 1)
if (%ctcp. [ $+ [ $address ] ] >= 5) {
.ignore -tu60 $site
var %i = 0
while (%i < $comchan($nick,0)) {
inc %i
if ($nick !isreg $comchan($nick,%i) {
ban $comchan($nick,%i) 2
kick $comchan($newnick,%i) $nick 4CTCP Flood Detected!
}
}
}
}
__________________
Last edited by Cult; 21-11-2005 at 08:04 PM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Request] Channel Flood Protection | AYEHAN | mIRC :: SCRIPTING & HELP | 12 | 07-04-2006 06:34 PM |
| NickName Flood Protection | Cult | mIRC :: SCRIPTING & HELP | 2 | 18-03-2006 11:49 AM |
| flood pro | Cult | mIRC :: SCRIPTING & HELP | 0 | 07-02-2006 11:11 AM |
| Query Flood Protection | Cult | mIRC :: SCRIPTING & HELP | 2 | 22-08-2005 12:17 PM |
| Company Offers Workaround for Sony's CD Copy Protection | Thugilex | Technical Forum, Technical Aspects and Information | 0 | 21-06-2005 08:43 PM |