AppliedIRC
HomeLogsMy AppliedIRCStatisticsQuotes
Login · Register
AppliedIRC » Help » ChanServ » FLAGS
  • Home Home
  • Connect Connect
  • Services Services
  • Help Help
  • Donate Donate
  • Network Status Network Status
  • Webchat Webchat
  • Staff Staff
  • Fun and Games Fun and Games

Help for ChanServ - FLAGS

Help for FLAGS:

The FLAGS command allows for the granting/removal of channel
privileges on a more specific, non-generalized level. It
supports nicknames, groups and hostmasks as targets.

When only the channel argument is given, a listing of
permissions granted to users will be displayed.

Syntax: FLAGS <#channel>

Otherwise, an access entry is modified. A modification may be
specified by a template name (changes the access to the
template) or a flags change (starts with + or -). See the
TEMPLATE help entry for more information about templates.

#if !halfops
If you are not a founder, you may only manipulate flags you
have yourself, and may not edit users that have flags you
don't have. For this purpose, +v grants +V, +o grants +O
and +r grants +b.
#else
If you are not a founder, you may only manipulate flags you
have yourself, and may not edit users that have flags you
don't have. For this purpose, +v grants +V, +h grants +H,
+o grants +O and +r grants +b.
#endif

#if module chanserv/set_limitflags
If the LIMITFLAGS option is set for the channel, this is
restricted further, see help for SET LIMITFLAGS.

#endif
If you do not have +f you may still remove your own access
with -*.

Syntax: FLAGS <#channel> [nickname|hostmask|group template]
Syntax: FLAGS <#channel> [nickname|hostmask|group flag_changes]

Permissions:
    +v - Enables use of the voice/devoice commands.
    +V - Enables automatic voice.
#if halfops
    +h - Enables use of the halfop/dehalfop commands.
    +H - Enables automatic halfop.
#endif
    +o - Enables use of the op/deop commands.
    +O - Enables automatic op.
#if protect
    +a - Enables use of the protect/deprotect commands.
#endif
#if owner
    +q - Enables use of the owner/deowner commands.
#endif
    +s - Enables use of the set command.
    +i - Enables use of the invite and getkey commands.
#if module chanserv/kick
    +r - Enables use of the kick, kickban, ban and unban commands.
#else
#if !module chanserv/unban_self
    +r - Enables use of the ban and unban commands.
#else
    +r - Enables use of the unban command.
#endif
#endif
    +R - Enables use of the recover and clear commands.
    +f - Enables modification of channel access lists.
    +t - Enables use of the topic and topicappend commands.
    +A - Enables viewing of channel access lists.
#if module chanserv/successor_acl
    +S - Marks the user as a successor.
#endif
    +F - Grants full founder access.
    +b - Enables automatic kickban.

The special permission +* adds all permissions except +b and +F.
The special permission -* removes all permissions including +b and +F.

Examples:
    /msg ChanServ FLAGS #foo
    /msg ChanServ FLAGS #foo foo!*@bar.com VOP
    /msg ChanServ FLAGS #foo foo!*@bar.com -V+oO
    /msg ChanServ FLAGS #foo foo!*@bar.com -*
    /msg ChanServ FLAGS #foo foo +oOtsi
    /msg ChanServ FLAGS #foo TroubleUser!*@*.troubleisp.net +b
    /msg ChanServ FLAGS #foo !baz +*
Copyright © AppliedIRC. All Rights Reserved · Donate