mIRC Homepage
Posted By: xrn0id auto-voice certin nicks - 17/05/03 02:32 PM
I want a script that will auto-voice nicks that start with "[FX]-" how can I go about doing this?
Posted By: bloupx Re: auto-voice certin nicks - 17/05/03 03:40 PM
on *:JOIN:#:{
if ($nick != $me) && ([FX]-* iswm $nick) .raw mode # +v $nick
}
Posted By: Nimue Re: auto-voice certin nicks - 17/05/03 06:43 PM
Use /avoice and let mIRC handle it. smile
/avoice [FX]-* #channel [network(optional)]
/help /avoice
© mIRC Discussion Forums