diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-21 13:51:37 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-21 13:51:37 +0000 |
commit | 7839633b2d297b58561a618b4b8eaa97e53c1196 (patch) | |
tree | 598f00e708b6fec991d8163fa224cf5cb9d267c2 /include | |
parent | 5ddb82463503a116d67aaf7bf185a7fe9c807cf5 (diff) |
- include/client.h: add UMODE_CALLERID, UMODE_SOFTCALLERID to SEND_UMODES
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2590 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/client.h b/include/client.h index 4bb3100..f8affb4 100644 --- a/include/client.h +++ b/include/client.h @@ -175,7 +175,7 @@ #define SEND_UMODES (UMODE_INVISIBLE | UMODE_OPER | UMODE_WALLOP |\ UMODE_REGONLY | UMODE_REGISTERED | UMODE_ADMIN |\ UMODE_HIDDEN | UMODE_HIDDENHOST | UMODE_SSL |\ - UMODE_WEBIRC) + UMODE_WEBIRC | UMODE_CALLERID | UMODE_SOFTCALLERID) |