View Single Post
  #23  
Old 08-25-2003, 07:24 PM
Rogean's Avatar
Rogean
Administrator
 
Join Date: Jul 2003
Location: Massachusetts
Posts: 708
Default

on *:text:*f*ck*:#: {
if ($nick !isop $chan) {
kick $nick $chan Swear Word Detected
}
}


Thats just a quick example of how a script can avoid ops.

(Forum Filter wont let me say f word, so it says f*ck in the code instead)
Reply With Quote