mIRC Home    About    Download    Register    News    Help

Print Thread
#153986 25/07/06 09:09 AM
Joined: Jun 2006
Posts: 6
P
peachey Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
P
Joined: Jun 2006
Posts: 6
Theres a strange promblem with chanserv on the server that we use somtimes and it voices registred users, but i was woundering if it was possible to make a script so if a user is voiced by chanserv it auto de-voices them?

#153987 25/07/06 01:32 PM
Joined: May 2005
Posts: 449
Fjord artisan
Offline
Fjord artisan
Joined: May 2005
Posts: 449
Code:
on *:VOICE:#: {
if ($nick == ChanServ) { mode $chan -v $vnick }


Just replace Chanserv with the name of your channel services bot.


Link Copied to Clipboard