summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-08 19:35:16 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-08 19:35:16 +0000
commit40c415d36132c30c0325bfa84c17d49187f8e729 (patch)
tree073c7938cd461e4a0652d7f5308dd917a4f1209d /include
parent7195b6189fdd676d749e7ff0034734cbe85d8491 (diff)
- Added usermode F (remote client connect/exit notices) on public request
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1977 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r--include/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/client.h b/include/client.h
index 940bbdf..063003a 100644
--- a/include/client.h
+++ b/include/client.h
@@ -158,6 +158,8 @@
#define UMODE_HIDDEN 0x00200000 /**< Operator status is hidden */
#define UMODE_OPER 0x00400000 /**< Operator */
#define UMODE_ADMIN 0x00800000 /**< Admin on server */
+#define UMODE_FARCONNECT 0x01000000 /**< Can see remote client connects/exits */
+
#define UMODE_ALL UMODE_SERVNOTICE