mIRC Homepage
Posted By: peachey Script to give op/voice people on join - 18/06/06 07:47 AM
Is there a script that will auto op/voices on join say if Juser X joins, i want the script to auto OP user X
Posted By: Mentality Re: Script to give op/voice people on join - 18/06/06 08:35 AM
Use the ON JOIN event. See /help on join.

Example:
on @*:join:#channel:{
mode # +v $nick
}


This would auto-voice anyone who joins #channel, provided you're an op.

Do note though, mIRC has its own internal AutoOp and AutoVoice lists, see /help /aop and /help /avoice. These would be easier to use if you're unfamiliar with scripts.

Regards,
© mIRC Discussion Forums