diff options
author | June McEnroe <june@causal.agency> | 2020-02-12 19:14:00 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-12 19:14:49 -0500 |
commit | 05579773c83d876a82416546273766ded72507a4 (patch) | |
tree | 79d08ac93a0cf2de3c9656e161dc1143d537533e | |
parent | Implement source address selection (diff) | |
download | catgirl-05579773c83d876a82416546273766ded72507a4.tar.gz catgirl-05579773c83d876a82416546273766ded72507a4.zip |
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 '')
-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 }, |