diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-18 16:52:52 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-18 16:52:52 +0000 |
commit | dd54c42f5f27dcee1cad7fe8a606be5cf8442c7c (patch) | |
tree | 7f95c24fc5efb82935ab1e2457ad095b5374bf72 /conf | |
parent | 06c42fd04bdae8874cb6b19158c7b8e6485694b9 (diff) |
Document channels/auspex permission: allows opers with this priv to see more information about channels than normal users.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10665 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/opers.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/opers.conf.example b/conf/opers.conf.example index b22273bab..6f5f2af92 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -18,7 +18,8 @@ commands="DIE RESTART REHASH LOADMODULE UNLOADMODULE RELOAD" # privs: special priviledges that users with this class may utilise. - # users/mass-message: allows users with this class to PRIVMSG and NOTICE to a server mask (e.g. NOTICE $*) + # 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. privs="users/mass-message" # usermodes: Oper-only usermodes that opers with this class can use. |