diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-29 19:36:51 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-29 19:36:51 +0000 |
commit | cead4299606b2512732879e6d377cdef777dc659 (patch) | |
tree | 6e82c5e77655f49be6c9515c63d6ab0a31af5dbd /src/numeric.c | |
parent | 6c9292470dfdd5508a7bc0d28c3702e6188f4575 (diff) |
- Finished proper implementation of usermode 'x' (UMODE_HIDDENHOST)
Only services may set a fakehost via SVSMODE.
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2136 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/numeric.c')
-rw-r--r-- | src/numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numeric.c b/src/numeric.c index 5f15738..0d4058f 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -312,7 +312,7 @@ static const char *replies[] = { /* 282 RPL_ENDOFACCEPT */ ":%s 282 %s :End of /ACCEPT list.", /* 283 */ NULL, /* 284 */ NULL, -/* 285 */ NULL, +/* 285 RPL_NEWHOSTIS */ ":%s 285 %s :Your new host is - [%s@%s]", /* 286 */ NULL, /* 287 */ NULL, /* 288 */ NULL, |