From 5430be4c78b803f3fbe1222e598b8066bce284c4 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Mon, 20 Sep 2010 12:30:55 +0000 Subject: [PATCH] Add RPL_WHOISHOST (378) numeric from Unreal (and freenode). Formats with /fset WHOIS_ACTUALLY. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@102 13b04d17-f746-0410-82c6-800466cd88b0 --- Changelog | 4 ++-- source/numbers.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 507fd38..7ede359 100644 --- a/Changelog +++ b/Changelog @@ -36,8 +36,8 @@ * Change the display of server stats so that the averages (eg. users per channel) are correctly rounded. (caf) -* Reinstate RPL_WHOISACTUALLY numeric - things seem to have stabilised in - the ircd world on this. (caf) +* Reinstate RPL_WHOISACTUALLY / RPL_WHOISHOST numerics - things seem to have + stabilised in the ircd world on this. (caf) * Fixed two cases where the client was incorrectly deciding that a numeric originated from a remote server rather than the local server - this caused diff --git a/source/numbers.c b/source/numbers.c index 4307ea0..fba45b0 100644 --- a/source/numbers.c +++ b/source/numbers.c @@ -916,7 +916,8 @@ void numbered_command(char *from, int comm, char **ArgList) break; } - case 338: /* #define RPL_WHOISACTUALLY 338 */ + case 338: /* #define RPL_WHOISACTUALLY 338 (hybrid, ratbox, bahamut) */ + case 378: /* #define RPL_WHOISHOST 378 (unreal, freenode) */ { if (ArgList[2]) {