Anope IRC Services

Anope.org => Anope General => Topic started by: jfroebe on May 25, 2006, 08:34:08 PM

Title: question regarding ChanServ AKICK
Post by: jfroebe on May 25, 2006, 08:34:08 PM
What I would like to do is to have a channel that kicks anyone not in a list of nicks.  Does the mask used by AKICK allow for a 'not' boolean?

Something like

/msg ChanServ #mychan ADD "!other_nick" "This is a private channel"

I've done this using a chat bot in the past but am new to Anope.  The FAQ and the docs doesn't touch on this.  I've looked through the forums but haven't seen any previous attempt.

help?

Thanks

Jason
Title: I think I have it....
Post by: jfroebe on May 25, 2006, 08:39:25 PM
/msg ChanServ HOP #mychan ADD nick_name
/msg ChanServ HOP #mychan ADD nick_name2

/msg ChanServ SET #mychan RESTRICTED ON

would this work?  Is there a way I could get the same result without giving half ops?
Title:
Post by: Charles Kingsley on May 25, 2006, 08:42:29 PM
You could turn xOP off (/cs set #chan xop off) and then add users at access level 1 (/cs access #chan add nick 1) and turn restricted on.