From a7ccdc78bec660f8173a31242ccad029018f9b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Tue, 21 Apr 2015 22:34:16 +0200 Subject: degesch: add a note about RPL_ISUPPORT --- degesch.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'degesch.c') diff --git a/degesch.c b/degesch.c index 85f3ff4..5ed9dc8 100644 --- a/degesch.c +++ b/degesch.c @@ -2279,6 +2279,10 @@ irc_process_numeric (struct app_context *ctx, switch (numeric) { + case IRC_RPL_ISUPPORT: + // TODO: parse this, mainly PREFIX; see + // http://www.irc.org/tech_docs/draft-brocklesby-irc-isupport-03.txt + break; case IRC_RPL_NAMREPLY: // TODO: find the channel and if found, push nicks to names_buf break; -- cgit v1.2.3