Page 1 of 1

Auto voicing a channel in Unreal 4.0.5

Posted: Tue Aug 23, 2016 8:31 pm
by xintvl
I need help auto voicing everyone for a specific channel as soon as they join. I've tried many previous methods for older versions. Any help is appreciated.

Re: Auto voicing a channel in Unreal 4.0.5

Posted: Tue Aug 23, 2016 10:03 pm
by Tiny
If you look at the irc services theres an option in there if not and you run an IRC bot add this on *:join:#: { if $chan == #channelname { mode +v $nick }

Re: Auto voicing a channel in Unreal 4.0.5

Posted: Wed Aug 24, 2016 2:17 pm
by alhoceima
you could install anope and register channel and do

/msg chanserv levels #channelname set autovoice -1

Re: Auto voicing a channel in Unreal 4.0.5

Posted: Mon Aug 29, 2016 9:18 pm
by xintvl
alhoceima wrote:you could install anope and register channel and do

/msg chanserv levels #channelname set autovoice -1
Thanks!