#MIRC @ Dalnet
Would you like to react to this message? Create an account in a few clicks or log in to continue.
#MIRC @ Dalnet

MIRC Client Help Forum

Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Dalnet Services Help Popups
Simple swear protection script for ops / bots EmptyMon Oct 24, 2011 7:16 am by HorseC

» DCC Problem Checking Script
Simple swear protection script for ops / bots EmptyFri Sep 30, 2011 11:43 pm by Rukbat

» general question
Simple swear protection script for ops / bots EmptyFri Sep 30, 2011 5:25 am by Rukbat

» Banned by dal.net
Simple swear protection script for ops / bots EmptySat Aug 13, 2011 11:25 pm by HorseC

» "MISHBOX" tutorials on mirc scripting.
Simple swear protection script for ops / bots EmptyTue Aug 02, 2011 7:16 am by HorseC

» A very good guide to mIRC Scripting
Simple swear protection script for ops / bots EmptyTue Aug 02, 2011 7:08 am by HorseC

» Dialog tool for DALnet services
Simple swear protection script for ops / bots EmptyMon Aug 01, 2011 7:53 am by HorseC

» Scripting Class Level 2 Class 4
Simple swear protection script for ops / bots EmptySat Jul 30, 2011 1:01 am by HorseC

» Scripting Class Level 2 Class 3
Simple swear protection script for ops / bots EmptySat Jul 30, 2011 12:49 am by HorseC

Gallery


Simple swear protection script for ops / bots Empty
Statistics
We have 32 registered users
The newest registered user is boed1

Our users have posted a total of 38 messages in 36 subjects

You are not connected. Please login or register

Simple swear protection script for ops / bots

Go down  Message [Page 1 of 1]

Admin


Admin

:#:Info: basic swear protection.. (this will not kick op/voice only regular users)
:##############

menu channel,menubar,query,nicklist {
Swear Protection
.Enable: .enable #swear | echo -a Swear Protection Enable
.Disable: .disable #swear | echo -a Swear Protection Disabled
-
}

#swear on
on @*:TEXT:*:#:{
if ($nick !isop #) && ($nick !isvoice #) {
if ($regex($1-,/(fuck|fucka|fucker|bitch|whore|dick|cock|fuck|fuck3r|fuck4)/i)) {
ban # $gettok($address($nick,2),1,32) | kick # $nick Please Do Not Swear
}
}
}
#swear end

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum