mIRC Home    About    Download    Register    News    Help

Print Thread
#24685 17/05/03 02:32 PM
Joined: Jan 2003
Posts: 237
X
xrn0id Offline OP
Fjord artisan
OP Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
I want a script that will auto-voice nicks that start with "[FX]-" how can I go about doing this?



;Check for Life

if (%life == $null) {
goto getlife
}
#24686 17/05/03 03:40 PM
Joined: Dec 2002
Posts: 124
B
Vogon poet
Offline
Vogon poet
B
Joined: Dec 2002
Posts: 124
on *:JOIN:#:{
if ($nick != $me) && ([FX]-* iswm $nick) .raw mode # +v $nick
}

#24687 17/05/03 06:43 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Use /avoice and let mIRC handle it. smile
/avoice [FX]-* #channel [network(optional)]
/help /avoice


Link Copied to Clipboard