Created
February 5, 2013 23:05
-
-
Save vkmc/4718555 to your computer and use it in GitHub Desktop.
Output from ChanServ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-ChanServ- Help for FLAGS: | |
-ChanServ- | |
-ChanServ- The FLAGS command allows for the granting/removal of channel | |
-ChanServ- privileges on a more specific, non-generalized level. It | |
-ChanServ- supports nicknames, groups and hostmasks as targets. | |
-ChanServ- | |
-ChanServ- When only the channel argument is given, a listing of | |
-ChanServ- permissions granted to users will be displayed. | |
-ChanServ- | |
-ChanServ- Syntax: FLAGS <#channel> | |
-ChanServ- | |
-ChanServ- Otherwise, an access entry is modified. A modification may be | |
-ChanServ- specified by a template name (changes the access to the | |
-ChanServ- template) or a flags change (starts with + or -). See the | |
-ChanServ- TEMPLATE help entry for more information about templates. | |
-ChanServ- | |
-ChanServ- If you are not a founder, you may only manipulate flags you | |
-ChanServ- have yourself, and may not edit users that have flags you | |
-ChanServ- don't have. For this purpose, +v grants +V, +o grants +O | |
-ChanServ- and +r grants +b. | |
-ChanServ- | |
-ChanServ- | |
-ChanServ- | |
-ChanServ- If you do not have +f you may still remove your own access | |
-ChanServ- with -*. | |
-ChanServ- | |
-ChanServ- Syntax: FLAGS <#channel> [nickname|hostmask|group template] | |
-ChanServ- Syntax: FLAGS <#channel> [nickname|hostmask|group flag_changes] | |
-ChanServ- | |
-ChanServ- Permissions: | |
-ChanServ- +v - Enables use of the voice/devoice commands. | |
-ChanServ- +V - Enables automatic voice. | |
-ChanServ- +o - Enables use of the op/deop commands. | |
-ChanServ- +O - Enables automatic op. | |
-ChanServ- +s - Enables use of the set command. | |
-ChanServ- +i - Enables use of the invite and getkey commands. | |
-ChanServ- +r - Enables use of the unban command. | |
-ChanServ- +R - Enables use of the recover and clear commands. | |
-ChanServ- +f - Enables modification of channel access lists. | |
-ChanServ- +t - Enables use of the topic and topicappend commands. | |
-ChanServ- +A - Enables viewing of channel access lists. | |
-ChanServ- +S - Marks the user as a successor. | |
-ChanServ- +F - Grants full founder access. | |
-ChanServ- +b - Enables automatic kickban. | |
-ChanServ- | |
-ChanServ- The special permission +* adds all permissions except +b, +S, and +F. | |
-ChanServ- The special permission -* removes all permissions including +b and +F. | |
-ChanServ- | |
-ChanServ- Examples: | |
-ChanServ- /msg ChanServ FLAGS #foo | |
-ChanServ- /msg ChanServ FLAGS #foo foo!*@bar.com VOP | |
-ChanServ- /msg ChanServ FLAGS #foo foo!*@bar.com -V+oO | |
-ChanServ- /msg ChanServ FLAGS #foo foo!*@bar.com -* | |
-ChanServ- /msg ChanServ FLAGS #foo foo +oOtsi | |
-ChanServ- /msg ChanServ FLAGS #foo TroubleUser!*@*.troubleisp.net +b | |
-ChanServ- /msg ChanServ FLAGS #foo !baz +* | |
-ChanServ- ***** End of Help ***** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment