Difference between revisions of "FLAGS"

From Rizon Wiki
Jump to navigation Jump to search
(Remove syntax (dj said it's confusing to people without programming experience), add more examples and move -*/+* to examples)
Line 45: Line 45:
== List of possible flags ==
== List of possible flags ==


{| border="1" cellpadding="5"
{|
|-
|-
|o||User is allowed to use the OP and DEOP commands
! Status
! Misc
|- valign="top"
|
{| class="wikitable"
|-
|-
|O||User gets auto op
!v
|Allows use of VOICE and DEVOICE
|-
|-
|h||User is allowed to use the HALFOP and DEHALFOP commands
!V
|Auto voice
|-
|-
|H||User gets auto halfop
!h
|Allows use of HALFOP and DEHALFOP
|-
|-
|v||User is allowed to use the VOICE and DEVOICE commands
!H
|Auto halfop
|-
|-
|V||User gets auto voice
!o
|Allows use of OP and DEOP
|-
|-
|a||User is allowed to use the PROTECT and DEPROTECT commands
!O
|Auto op
|-
|-
|A||User gets auto protected
!a
|Allows use of PROTECT and DEPROTECT
|-
|-
|s||User can use the SET command
!A
|Auto protect
|}
|
{| class="wikitable"
|-
|-
|i||User can use the INVITE command
!t
|Allows use of TOPIC
|-
|-
|i||User can use the GETKEY command
!r
|Allows use of KICK
|-
|-
|r||User can use the KICK command
!r
|Allows use of BAN
|-
|-
|r||User can use the BAN command
!u
|Allows use of UNBAN
|-
|-
|R||User can use the CLEAR command
!K
|Allows use of AKICK
|-
|-
|f||User can change other users access
!s
|Allows use of SET
|-
|-
|t||User can use the TOPIC command
!i
|Allows use of INVITE
|-
|-
|l||User can view the access list
!i
|Allows use of GETKEY
|-
|-
|b||User can not join
!R
|Allows use of CLEAR
|-
|-
|B||User has access to the fantasy commands
!f
|Ability to change other users' access
|-
|-
|S||User has access to the SAY/ACT commands
!l
|Ability to view the access list
|-
|-
|G||Users greet is shown to the channel when they join
!B
|Allows use of fantasy commands
|-
|-
|K||User has access to the AKICK command
!S
|Allows use of SAY and ACT
|-
|-
|u||User has access to the UNBAN command
!G
|Shows user's greet in the channel when they join
|-
!b
|Banned
|}
|}
|}

Revision as of 19:04, 1 January 2012

The FLAGS system is a way to control access to a channel. To enable the FLAGS mode, use the following command:

/msg ChanServ SET #channel ACCESSTYPE FLAGS

substituting the name of your channel for #channel.

The FLAGS command

The ChanServ FLAGS command allows you to control very precisely what users get what permissions. You can only use this command if ACCESSTYPE FLAGS is enabled, as demonstrated above.

When called without any arguments, FLAGS will list the current list of users with flags and what flags they have:

/msg ChanServ FLAGS #channel


Access listing

You can get the full list of all users with access and their flags with:

/msg ChanServ FLAGS #channel

If you are just looking for one particular user's flags, you can just append the user's nick:

/msg ChanServ FLAGS #channel nick


Access manipulation

To give someone auto-op and the ability to invite people using ChanServ, use the following command:

/msg ChanServ FLAGS #channel nick +Oi

To remove these flags, you would use the same command, but instead of +Oi, use -Oi.

Adding a user with all flags but +b (auto kickban):

/msg ChanServ FLAGS #channel nick +*

To remove all access flags from a user, use:

/msg ChanServ FLAGS #channel nick -*

Finally, to clear all the access flags of the channel, use the *CLEAR command, like this:

/msg ChanServ FLAGS #channel *CLEAR

List of possible flags

Status Misc
v Allows use of VOICE and DEVOICE
V Auto voice
h Allows use of HALFOP and DEHALFOP
H Auto halfop
o Allows use of OP and DEOP
O Auto op
a Allows use of PROTECT and DEPROTECT
A Auto protect
t Allows use of TOPIC
r Allows use of KICK
r Allows use of BAN
u Allows use of UNBAN
K Allows use of AKICK
s Allows use of SET
i Allows use of INVITE
i Allows use of GETKEY
R Allows use of CLEAR
f Ability to change other users' access
l Ability to view the access list
B Allows use of fantasy commands
S Allows use of SAY and ACT
G Shows user's greet in the channel when they join
b Banned