My network uses a modified Ultimate IRCd
the user flags are as follows
mode #channel +a $nick Is a sop and gives the user !username
mode #channel +o $nick Is a op and gives the user @username
mode #channel +h $nick Is a hop and gives the user %username
mode #channel +V $nick Is a VIP and gives the user =username
mode #channel +v $nick Is a voice and gives the user +username
I need a script that will auto SOP OP HALFOP VIP VOICE accordingly
when the user joins the channel