about summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-12 19:14:00 -0500
committerJune McEnroe <june@causal.agency>2020-02-12 19:14:49 -0500
commit05579773c83d876a82416546273766ded72507a4 (patch)
tree79d08ac93a0cf2de3c9656e161dc1143d537533e /handle.c
parentImplement source address selection (diff)
downloadcatgirl-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 'handle.c')
-rw-r--r--handle.c1
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 },