about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-16 18:42:38 -0500
committerJune McEnroe <june@causal.agency>2020-02-16 18:42:38 -0500
commit3885dd52316283e4fc55a76898eb718990673d7a (patch)
tree31fbcd6f5f1a373efb74c8332514e4991ec823d9
parentTrack EXCEPTS and INVEX modes (diff)
downloadcatgirl-3885dd52316283e4fc55a76898eb718990673d7a.tar.gz
catgirl-3885dd52316283e4fc55a76898eb718990673d7a.zip
Add 379 to WHOIS responses
-rw-r--r--handle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/handle.c b/handle.c
index 6de7fd0..629b138 100644
--- a/handle.c
+++ b/handle.c
@@ -730,6 +730,7 @@ static const struct Handler {
 	{ "366", handleReplyEndOfNames },
 	{ "372", handleReplyMOTD },
 	{ "378", handleReplyWhoisGeneric },
+	{ "379", handleReplyWhoisGeneric },
 	{ "432", handleErrorErroneousNickname },
 	{ "433", handleErrorNicknameInUse },
 	{ "671", handleReplyWhoisGeneric },
/input.c?id=da8deff7679431267dbb6aee91305f1ea62de91f&follow=1'>Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe