mIRC Home    About    Download    Register    News    Help

Print Thread
#219476 20/03/10 12:43 AM
Joined: Mar 2010
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Mar 2010
Posts: 2
hey I have pnplus...Waht I am after isa peice of script that will qban....location of where action is need is ....right click on main screen, press settings, protection, in bad words they have actions in this area I need a qban installed so action is automatic......can any one help...also where right place to add the script in remote...

Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Are you looking for a bad word kicking script?

Tomao #219488 20/03/10 07:40 AM
Joined: Mar 2010
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Mar 2010
Posts: 2
pnplus has a bad word ban and kick, in channel protection, but not qban (mute). what I am looking for is a bad word qban.
qban will keep them silent in room with out affecting any one else and can run when I am not in room......

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Code:
menu nicklist {
  Qban : mode # +b $$1
}

It's a simple ban of the nick, but no kick.

Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
You can search for a script that detects bad words via on text, action, and notice. (there are quite a handful made available out there) Then modify it to automatically ban without kick as Russel showed up there, but once you find one, I'd suggest that you use $wildsite instead of $nick because $nick can be changed easily to bypass a ban.


Link Copied to Clipboard