diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-18 16:52:54 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-18 16:52:54 +0000 |
commit | 3faec7ce70ac8becb834f087daa1ba2039c89ce9 (patch) | |
tree | fafd82d69bded44c8cdd467304b429fe3101a44e /conf/opers.conf.example | |
parent | 9d70c3aeadafffb46be8b1f097d859e47e7425e8 (diff) |
Document users/auspex priv, also clarify documentation a tiny bit to make them sound less mysterious.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10668 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/opers.conf.example')
-rw-r--r-- | conf/opers.conf.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/opers.conf.example b/conf/opers.conf.example index f4af14b1a..7aa51b0de 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -19,8 +19,9 @@ # privs: special priviledges that users with this class may utilise. # users/mass-message: allows users with this priv to PRIVMSG and NOTICE to a server mask (e.g. NOTICE $*) - # channels/auspex: allows opers with this priv to see more detail about channels than they would normally see. - # servers/auspex: allows opers with this priv to see more detail about server information than they would normally see. + # channels/auspex: allows opers with this priv to see more detail about channels than normal users. + # 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. privs="users/mass-message" # usermodes: Oper-only usermodes that opers with this class can use. |