| 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
|
||||
|
||||
|
Small snippet That Protects The Channel`s Main From Swearing. it won`t kick ops.
paste it in u`r remotes, save it and exit. on @*:TEXT:*:#:{ if ($regex($1-,/(fuck|cunt|slut|porn|pussy|whore|wh0re|whor3|wh0r3 |bitch|b1tch|vagina|charmota|sharmouta|sharmota|ch armouta|biatch|airy|airo|kiss imak|kiss immak)/i)) { if ($nick !isreg $chan) { return } ban -k # $nick 2 Swearing Is Not Allowed In $chan } }
__________________
|
|
#2
|
||||
|
||||
|
Re: Swear Prot.
Please no badwords in here lol :p, anyway nice way, but please stop repeating the same remotes in different ways.
__________________
Me here, Me gone. |
|
#3
|
||||
|
||||
|
Re: Swear Prot.
Simply without using the bad words here on the forum , we could go like :
Code:
on @*:TEXT:*:#:{
if ($regex($1-,/(word1|word2|word3|word4|word5|word6)/i)) {
if ($nick !isreg $chan) { return }
ban -k # $nick 2 Swearing Is Not Allowed In This Channel $chan
}
}
you could add as much as you want words , just replace word1,word2 ...etc with the bad word u scare from ![]()
__________________
Regards, --== ALI ==-- |
|
#4
|
||||
|
||||
|
Re: Swear Prot.
aTe bro it`s just a sample. users can add whatever words they want..
![]()
__________________
|
|
#5
|
||||
|
||||
|
Re: Swear Prot.
same as above... editted
Code:
on @*:TEXT:*:#:bwords $1-
on @*:NOTICE:*:#:bwords $1-
on @*:ACTION:*:#:bwords $1-
alias bwords {
if ($regex($1-,/(fuck|cunt|slut|porn|pussy|whore|wh0re|whor3|wh0r3 |bitch|b1tch|vagina|charmota|sharmouta|sharmota|ch armouta|biatch|airy|airo|kiss imak|kiss immak)/i)) {
if ($nick !isreg $chan) { return }
ban -k # $nick 2 Swearing Is Not Allowed In $chan
}
}
__________________
|
![]() |
| 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 |
| Swear Kicker | Cult | mIRC :: SCRIPTING & HELP | 8 | 01-02-2006 09:25 AM |
| mass notice prot. | Cult | mIRC :: SCRIPTING & HELP | 20 | 14-03-2005 02:10 PM |
| mass kick prot | Cult | mIRC :: SCRIPTING & HELP | 0 | 24-02-2005 04:34 PM |