Advertisement
Guest User

How to use IRC-bureaucrat flags

a guest
Feb 11th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. == How to use +vVotsriRfA ==
  2. Changing user flags:
  3.  
  4. to add flags to a user:
  5. /cs flags #channel user +whatever
  6.  
  7. to remove flags from a user:
  8. /cs flags #channel user -whatever
  9.  
  10. Flags listing:
  11. +v - Enables use of the voice/devoice commands.
  12. +V - Enables automatic voice.
  13. +o - Enables use of the op/deop commands.
  14. +O - Enables automatic op.
  15. +s - Enables use of the set command.
  16. +i - Enables use of the invite and getkey commands.
  17. +r - Enables use of the unban command.
  18. +R - Enables use of the recover and clear commands.
  19. +f - Enables modification of channel access lists.
  20. +t - Enables use of the topic and topicappend commands.
  21. +A - Enables viewing of channel access lists.
  22. +F - Grants full founder access.
  23. +b - Enables automatic kickban.
  24.  
  25. The special permission +* adds all permissions except +b and +F.
  26. The special permission -* removes all permissions including +b and +F.
  27.  
  28.  
  29. You can add/remove multiple flags at a time
  30.  
  31. e.g. to add voice and op:
  32.  
  33. /cs flags #channel user +vo
  34.  
  35.  
  36. Notes:
  37.  
  38. Admins have the flags +vVotriA
  39. Bureaucrats have the flags +vVotsriRfA
  40. Ops have the flags +votriA
  41.  
  42. To view the flags for users on a channel:
  43. /cs access #channel list
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement