mIRC Home    About    Download    Register    News    Help

Print Thread
#261211 17/08/17 12:34 PM
Joined: Oct 2016
Posts: 11
A
AsimUK Offline OP
Pikka bird
OP Offline
Pikka bird
A
Joined: Oct 2016
Posts: 11
Does anyone know of a script where it can detect a certain word in a username and trigger a ban on the user? I'd appreciate it if anyone can help smile

Joined: Oct 2015
Posts: 112
B
Vogon poet
Offline
Vogon poet
B
Joined: Oct 2015
Posts: 112
Code:
ON *:JOIN:#: IF (badword isin $nick) MSG $chan .ban $nick


That should work if you're only looking for one bad word. Just change "badword" to the word you want banned.

Joined: Oct 2016
Posts: 11
A
AsimUK Offline OP
Pikka bird
OP Offline
Pikka bird
A
Joined: Oct 2016
Posts: 11
Thanks smile


Link Copied to Clipboard