Skip to content
General IRCX

auto op

A TG007 community discussion started by muffinman.

Discussion 4 posts
Page 1 of 1
Open
Topic #3905 · 4 published posts · 1,251 views

Can someone write a snippet that I can use to auto op specific users who join my channel? It's been so long since I have used irc my brain is fuzz.

is it for ircx,msn,ircd ?

 

just making sure you got the correct section , also have you tried looking in downloads/addons

My code does NOT have bugs. It just develops random features.

IRCX Ozzy, I'll cruise the downloads section.

menu nicklist {
-
Auto op
. $iif($level($$1) == aop,$style(2)) Add user:{ .auser aop $$1 }
. $iif($level($$1) != aop,$style(2)) Remove user:{ .runser aop $$1 }
}
on aop:join:#:{ mode $chan +o $nick }

Modify it how you like