Auto-Voice for Servers.

General Help Questions and Answers

Moderators: L|B, cryoa, Riamus, XMog

Auto-Voice for Servers.

Postby PopWeasel » Wed Oct 22, 2003 4:41 pm

I was wondering if there's a way to set it up so that if peeps want to serve they can change their nicks to have a certain prefix in front of their nick so they can be auto-voiced. I suspect there's a way in the User Lists but it seems to want a specific mask while what I want to do is use a * wild card so that anybody with a specified nick characteristic is voiced. TIA.
User avatar
PopWeasel
Member
Member
 
Posts: 25
Joined: Sat Aug 30, 2003 9:12 pm

Postby L|B » Wed Oct 22, 2003 8:52 pm

I use this... for nicks that serv on one channel we voice in our chat channel

on *:JOIN:#Channel: {
if (($left($nick,4) == NickTag-) && ($me isop $chan) && ($nick isvoice #serverchannel)) { /mode #channelto +v $nick }
}
on *:NICK: {
if ($me isop $chan) {
if (($newnick isvoice #channel) && ($left( $newnick , 4 ) == nicktag)) { if ( $newnick ison #channel ) { /mode #channel +v $newnick } }
if (($left( $nick , 4 ) == nicktag) && ($left( $newnick , 4 ) != nicktag)) {
if ( $newnick ison #tmd ) {
/mode #channel -v $newnick
}
}
}
}


Then for others I use
on *:join:#channel: { if (nicktag* iswm $nick) mode $chan +v $nick }


Hope that helps :?:
Setup And Trouble Shooting http://www.ircmadeasy.com
User avatar
L|B
Global Moderator
Global Moderator
 
Posts: 921
Joined: Sat Aug 30, 2003 6:24 am
Location: Irc.Criten.net


Return to General Help

Who is online

Users browsing this forum: No registered users and 21 guests