Auto voicing a channel in Unreal 4.0.5

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Locked
xintvl
Posts: 2
Joined: Tue Aug 23, 2016 7:58 pm

Auto voicing a channel in Unreal 4.0.5

Post 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.
Tiny
Posts: 17
Joined: Sun Dec 27, 2015 9:43 pm

Re: Auto voicing a channel in Unreal 4.0.5

Post 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 }
alhoceima
Posts: 32
Joined: Mon Jul 18, 2016 10:35 pm

Re: Auto voicing a channel in Unreal 4.0.5

Post by alhoceima »

you could install anope and register channel and do

/msg chanserv levels #channelname set autovoice -1
xintvl
Posts: 2
Joined: Tue Aug 23, 2016 7:58 pm

Re: Auto voicing a channel in Unreal 4.0.5

Post by xintvl »

alhoceima wrote:you could install anope and register channel and do

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