diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-18 17:09:21 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-18 17:09:21 +0000 |
commit | bb5a5c5bb618f90fa82c6bc43eadedd2bf1be3c7 (patch) | |
tree | b52a952bfc92fa3a78ef57db3e40e00b449ef750 /conf | |
parent | b5c1cf4e2cbb3b47134e26e63bbebc3f5d77e150 (diff) |
Some documentation corrections, thanks jdhore.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10677 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/opers.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/opers.conf.example b/conf/opers.conf.example index 143544521..898a318c7 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -23,8 +23,8 @@ # - users/auspex: allows opers with this priv to view more details about users than normal users. # - servers/auspex: allows opers with this priv to see more detail about server information than normal users. # ACTIONS - # - users/mass-message: allows users with this priv to PRIVMSG and NOTICE to a server mask (e.g. NOTICE $*) - # - channels/high-join-limit: allows users with this priv to join a higher maximum number of channels + # - users/mass-message: allows opers with this priv to PRIVMSG and NOTICE to a server mask (e.g. NOTICE $*) + # - channels/high-join-limit: allows opers with this priv to join <channels:opers> total channels instead of <channels:users> total channels. privs="users/auspex channels/auspex servers/auspex users/mass-message channels/high-join-limit" # usermodes: Oper-only usermodes that opers with this class can use. |