mIRC Homepage
Posted By: markspec87 Auto voicing? - 02/12/05 06:42 PM
Anyone got a script so i can auto voice someone everytime they join the channel?
Posted By: drc4 Re: Auto voicing? - 02/12/05 06:52 PM
Code:
on *:JOIN:#ChannelName:{ if ($nick == PersonsNick) mode $chan +v $nick }

Just change the #channelname to your channel name, and PersonsNick to the person whom you'd like to auto voice.
You could also use miRC's own Auto Voice feature. type /help avoice for more info.
Posted By: markspec87 Re: Auto voicing? - 02/12/05 08:19 PM
hey, i mean auto voice anyone that could join. I.e whoever joins will be automatically voiced.
Posted By: bwr30060 Re: Auto voicing? - 02/12/05 08:46 PM
If you want everyone, with no exceptions, then you just use
Code:
on *:JOIN:#ChannelName:{ 
mode $chan +v $nick
}
Posted By: gliX Re: Auto voicing? - 02/12/05 09:05 PM
on *:join:#channelname: { mode $chan +v $nick }
Posted By: Mentality Re: Auto voicing? - 03/12/05 12:04 AM
I've never been one to understand the point of using a script to do this. mIRC has a built in AutoVoice feature through /avoice. If you want to voice everyone who joins a channel, /avoice * #channel. Simple.

Regards,
Posted By: Darwin_Koala Re: Auto voicing? - 03/12/05 05:26 AM
Quote:
hey, i mean auto voice anyone that could join. I.e whoever joins will be automatically voiced.


Another option is to de-moderate the channel - that way every one has voice when they join.

Cheers,

DK
© mIRC Discussion Forums