summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-12 11:02:33 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-12 11:02:33 +0000
commita7301e1d0ec5b87de4693eaf23eb4c474d489ac2 (patch)
tree4e72fe7180e631fb260b1acf6ad5aaf6775af492 /src
parent6a714bdb1595cdecb75a93271d12f606376e2adc (diff)
- Remote server connection and split notices now go to new usermode +e
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1818 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r--src/s_user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s_user.c b/src/s_user.c
index 4725646..5c29525 100644
--- a/src/s_user.c
+++ b/src/s_user.c
@@ -119,7 +119,7 @@ unsigned int user_modes[256] =
UMODE_BOTS, /* b */
UMODE_CCONN, /* c */
UMODE_DEBUG, /* d */
- 0, /* e */
+ UMODE_EXTERNAL, /* e */
UMODE_FULL, /* f */
UMODE_CALLERID, /* g */
0, /* h */
@@ -138,7 +138,7 @@ unsigned int user_modes[256] =
UMODE_UNAUTH, /* u */
0, /* v */
UMODE_WALLOP, /* w */
- UMODE_EXTERNAL, /* x */
+ 0, /* x */
UMODE_SPY, /* y */
UMODE_OPERWALL, /* z 0x7A */
0,0,0,0,0, /* 0x7B - 0x7F */