Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: question regarding ChanServ AKICK  (Read 4094 times)

0 Members and 1 Guest are viewing this topic.

jfroebe

  • Guest
question regarding ChanServ AKICK
« 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
Logged

jfroebe

  • Guest
I think I have it....
« Reply #1 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?
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #2 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.
Logged
Pages: [1]   Go Up