Skip to content

Flags and Access Levels

David Hagar edited this page Jun 23, 2016 · 4 revisions

Flags & Access Levels

Flags and access levels can be per-channel or global for a network. If a flag is specific to a channel then a particular user cannot access functions outside of that channel while a global user can access functions anywhere.

Access Flags

  • admin : Bot Administrator or Channel Administrator
  • usermanager : Able to manage the user database, add, remove, or modify users

User Levels

User levels run between 0 (no access) and 255 (full access). Levels are used to automatically give a set of functionality to a user without having to set individual flags.

  • Level 255
    • admin
  • Level 200
    • usermanager
Clone this wiki locally