Tchatting.com Forums
mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks!

User Name
Password
Reply
 
Thread Tools Display Modes
  #1  
Old 18-08-2005, 07:23 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Exclamation Another Control Codes Flood Protection. ( simple one )

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.
Reply With Quote
  #2  
Old 19-08-2005, 12:36 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
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.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump

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

All times are GMT. The time now is 03:11 AM.
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
All data and information are copyright of DOTLeb Network