summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-12 16:24:24 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-12 16:24:24 +0000
commitb8bd3bda5cc38aebbc6126290a9e7addce05a4e3 (patch)
tree6e9bf9c91c20cc4e954e212a7b589999a41f141a /doc
parent5663d2d5b20d46e3f8008280088da38b0df0aa9a (diff)
- Update reference.conf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2019 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.conf41
1 files changed, 20 insertions, 21 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index b85561f..8f5d4e4 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -478,27 +478,26 @@ operator {
* Available options:
*
* module - allows MODULE
- * connect - allows local CONNECT
- * connect:remote - allows remote CONNECT
- * squit - allows local SQUIT
- * squit:remote - allows remote SQUIT
- * kill - allows to KILL local clients
- * kill:remote - allows remote users to be /KILL'd
- * remoteban - allows remote KLINE/UNKLINE
- * dline - allows DLINE
- * undline - allows UNDLINE
- * kline - allows KLINE
- * unkline - allows UNKLINE
- * gline - allows GLINE
- * xline - allows XLINE
- * globops - allows GLOBOPS
- * operwall - allows OPERWALL
- * rehash - allows oper to REHASH config
- * die - allows DIE
- * restart - allows RESTART
- * set - allows SET
- * admin - gives admin privileges. admins for example,
- * may see the real IP addresses of servers.
+ * connect - allows local CONNECT | ('P' flag)
+ * connect:remote - allows remote CONNECT | ('Q' flag)
+ * squit - allows local SQUIT | ('R' flag)
+ * squit:remote - allows remote SQUIT | ('S' flag)
+ * kill - allows to KILL local clients | ('N' flag)
+ * kill:remote - allows remote users to be /KILL'd | ('O' flag)
+ * remoteban - allows remote KLINE/UNKLINE | ('B' flag)
+ * dline - allows DLINE |
+ * undline - allows UNDLINE |
+ * kline - allows KLINE | ('K' flag)
+ * unkline - allows UNKLINE | ('U' flag)
+ * gline - allows GLINE | ('G' flag)
+ * xline - allows XLINE | ('X' flag)
+ * globops - allows GLOBOPS |
+ * operwall - allows OPERWALL | ('L' flag)
+ * rehash - allows oper to REHASH config | ('H' flag)
+ * die - allows DIE | ('D' flag)
+ * restart - allows RESTART |
+ * set - allows SET |
+ * admin - gives administrator privileges | ('A' flag)
*/
flags = kill, kill:remote, connect, connect:remote, kline, unkline,
xline, globops, restart, die, rehash, admin, operwall, module;