diff options
author | C. McEnroe | 2020-02-12 19:14:00 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-12 19:14:49 -0500 |
commit | 05579773c83d876a82416546273766ded72507a4 (patch) | |
tree | 79d08ac93a0cf2de3c9656e161dc1143d537533e /handle.c | |
parent | 1e544ce482ba97f9c4e2be114f88f11e49bdbf1b (diff) |
Add 378 to list of WHOIS responses
It's the one (from freenode anyway) that tells you where you're connecting from.
Diffstat (limited to 'handle.c')
-rw-r--r-- | handle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/handle.c b/handle.c index 260d43c..69a2e46 100644 --- a/handle.c +++ b/handle.c @@ -683,6 +683,7 @@ static const struct Handler { { "353", handleReplyNames }, { "366", handleReplyEndOfNames }, { "372", handleReplyMOTD }, + { "378", handleReplyWhoisGeneric }, { "432", handleErrorErroneousNickname }, { "433", handleErrorNicknameInUse }, { "671", handleReplyWhoisGeneric }, |