mIRC Home    About    Download    Register    News    Help

Print Thread
#136744 02/12/05 06:42 PM
Joined: Nov 2005
Posts: 15
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Nov 2005
Posts: 15
Anyone got a script so i can auto voice someone everytime they join the channel?

#136745 02/12/05 06:52 PM
Joined: Nov 2005
Posts: 105
D
Vogon poet
Offline
Vogon poet
D
Joined: Nov 2005
Posts: 105
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.

#136746 02/12/05 08:19 PM
Joined: Nov 2005
Posts: 15
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Nov 2005
Posts: 15
hey, i mean auto voice anyone that could join. I.e whoever joins will be automatically voiced.

#136747 02/12/05 08:46 PM
Joined: May 2005
Posts: 449
Fjord artisan
Offline
Fjord artisan
Joined: May 2005
Posts: 449
If you want everyone, with no exceptions, then you just use
Code:
on *:JOIN:#ChannelName:{ 
mode $chan +v $nick
}

#136748 02/12/05 09:05 PM
Joined: Oct 2005
Posts: 28
G
Ameglian cow
Offline
Ameglian cow
G
Joined: Oct 2005
Posts: 28
on *:join:#channelname: { mode $chan +v $nick }

Last edited by gliX; 02/12/05 09:05 PM.
#136749 03/12/05 12:04 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
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,


Mentality/Chris
#136750 03/12/05 05:26 AM
Joined: Feb 2004
Posts: 206
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Feb 2004
Posts: 206
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


Darwin_Koala

Junior Brat, In-no-cent(r)(tm) and original source of DK-itis!

Link Copied to Clipboard