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 | 9d70c3aeadafffb46be8b1f097d859e47e7425e8 (patch) | |
tree | e7f585e9556c449bf99e3986455c16279ee7c952 | |
parent | 3c055715a27fead89fab680e446f166e2da7a68a (diff) |
Document servers/auspex priv.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10667 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | conf/opers.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/opers.conf.example b/conf/opers.conf.example index 6f5f2af92..f4af14b1a 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -20,6 +20,7 @@ # 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. privs="users/mass-message" # usermodes: Oper-only usermodes that opers with this class can use. |