diff options
Diffstat (limited to 'include/client.h')
-rw-r--r-- | include/client.h | 2 |
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 |