summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/client.h b/include/client.h
index 782101f..940bbdf 100644
--- a/include/client.h
+++ b/include/client.h
@@ -176,7 +176,7 @@
#define OPER_FLAG_REMOTE 0x00000002 /**> Oper can do squits/connects */
#define OPER_FLAG_UNKLINE 0x00000004 /**< Oper can use unkline */
#define OPER_FLAG_GLINE 0x00000008 /**< Oper can use gline */
-#define OPER_FLAG_N 0x00000010 /**< Oper can umode n */
+#define OPER_FLAG____ 0x00000010 /**< */
#define OPER_FLAG_K 0x00000020 /**< Oper can kill/kline */
#define OPER_FLAG_X 0x00000040 /**< Oper can xline */
#define OPER_FLAG_DIE 0x00000080 /**< Oper can die */