summaryrefslogtreecommitdiff
path: root/src/numeric.c
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-10-27 18:59:49 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-10-27 18:59:49 +0000
commit1f1769a3332d003f47460478d1d6061d4802fa64 (patch)
tree53b0909005888d7f0a62f61f311955716ff05d31 /src/numeric.c
parente671d82d066063c5c7b02169b5617c58361bf42c (diff)
- Added usermode +W. Users connected via a webirc gateway get this
mode set by servers. - /WHOIS now shows whether a client is connected via a webirc gateway git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2512 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/numeric.c')
-rw-r--r--src/numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numeric.c b/src/numeric.c
index 71ca857..78a6420 100644
--- a/src/numeric.c
+++ b/src/numeric.c
@@ -364,7 +364,7 @@ static const char *const replies[] = {
/* 334 */ NULL,
/* 335 */ NULL,
/* 336 */ NULL,
-/* 337 */ NULL,
+/* 338 RPL_WHOISTEXT */ ":%s 337 %s %s :%s",
/* 338 RPL_WHOISACTUALLY */ ":%s 338 %s %s %s :actually using host",
/* 339 */ NULL,
/* 340 */ NULL,