diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-04 12:26:53 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-04 12:26:53 +0000 |
commit | 73aa056a952af0cfc7911ff5c28e38a5e5d5389a (patch) | |
tree | 8fccd8fa080d0f718c08fc05c67d20110a9f1a09 /include | |
parent | 769dbfa3f3d3a2f84b42ee96b4eaae9d4178759b (diff) |
- Removed usermode +C
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2184 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/client.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/include/client.h b/include/client.h index b84fa0b..3db7242 100644 --- a/include/client.h +++ b/include/client.h @@ -154,14 +154,13 @@ #define UMODE_UNAUTH 0x00008000 /**< show unauth connects here */ #define UMODE_LOCOPS 0x00010000 /**< show locops */ #define UMODE_DEAF 0x00020000 /**< don't receive channel messages */ -#define UMODE_CCONN_FULL 0x00040000 /**< add unused fields to connection monitoring */ -#define UMODE_REGISTERED 0x00080000 /**< User has identified for that nick. */ -#define UMODE_REGONLY 0x00100000 /**< Only registered nicks may PM */ -#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_HIDDENHOST 0x02000000 /**< User's host is hidden */ +#define UMODE_REGISTERED 0x00040000 /**< User has identified for that nick. */ +#define UMODE_REGONLY 0x00080000 /**< Only registered nicks may PM */ +#define UMODE_HIDDEN 0x00100000 /**< Operator status is hidden */ +#define UMODE_OPER 0x00200000 /**< Operator */ +#define UMODE_ADMIN 0x00400000 /**< Admin on server */ +#define UMODE_FARCONNECT 0x00800000 /**< Can see remote client connects/exits */ +#define UMODE_HIDDENHOST 0x01000000 /**< User's host is hidden */ #define UMODE_ALL UMODE_SERVNOTICE |