| 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
|
||||
|
||||
|
simplified CTRL Codes protection
Code:
on @*:TEXT:*:#:ccode $1-
on @*:NOTICE:*:#:ccode $1-
on @*:ACTION:*:#:ccode $1-
alias ccode {
if ($nick !isreg $chan) { return }
if ($count($1-,$chr(2)) >= 25) {
ban # $nick 2
kick # $nick Excess Use Of CTRL Codes
}
}
__________________
Last edited by Cult; 21-11-2005 at 08:00 PM. |
|
#2
|
||||
|
||||
|
Re: Another Control Codes Flood Protection. ( simple one )
I'd recommand ya to combine them togather, that would be much easier, and it wont cause problems.
-- Case #Scripting --
__________________
Me here, Me gone. |
![]() |
| 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 |
| Control Codes Channel Protection. | Cult | mIRC :: SCRIPTING & HELP | 3 | 11-09-2006 06:34 AM |
| [Request] Channel Flood Protection | AYEHAN | mIRC :: SCRIPTING & HELP | 12 | 07-04-2006 06:34 PM |
| flood pro | Cult | mIRC :: SCRIPTING & HELP | 0 | 07-02-2006 11:11 AM |
| Notice | BilbOuL | mIRC :: SCRIPTING & HELP | 8 | 30-10-2005 01:33 PM |
| Query Flood Protection | Cult | mIRC :: SCRIPTING & HELP | 2 | 22-08-2005 12:17 PM |