summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-27 21:15:59 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-27 21:15:59 +0000
commit7c014db8bfaec4acc71528aa32885e4c715f3c45 (patch)
tree6abef77c1e6f16570c62976b20cc7228c9035643 /doc
parent6d0cdc16113bfa699073fbf4f137f7e52d3b3cfd (diff)
- Removed operflag 'nick_changes'. Operators can now set +n at will
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1903 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index fc1e420..2ccb384 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -488,7 +488,6 @@ operator {
* xline - allows XLINE
* globops - allows GLOBOPS
* operwall - allows OPERWALL
- * nick_changes - allows oper to see nickchanges via usermode +n
* rehash - allows oper to REHASH config
* die - allows DIE
* restart - allows RESTART
@@ -497,7 +496,7 @@ operator {
* may see the real IP addresses of servers.
*/
flags = global_kill, remote, kline, unkline, xline, globops, restart,
- die, rehash, nick_changes, admin, operwall, module;
+ die, rehash, admin, operwall, module;
};
/*