aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-04-21 22:34:16 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-04-21 22:34:16 +0200
commita7ccdc78bec660f8173a31242ccad029018f9b6f (patch)
treec7f67007f916bf0f3840f59cddc6d48621c47950 /degesch.c
parent295e4c8bf92921790cc980b702a2c7740ccc649f (diff)
downloadxK-a7ccdc78bec660f8173a31242ccad029018f9b6f.tar.gz
xK-a7ccdc78bec660f8173a31242ccad029018f9b6f.tar.xz
xK-a7ccdc78bec660f8173a31242ccad029018f9b6f.zip
degesch: add a note about RPL_ISUPPORT
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c4
1 files changed, 4 insertions, 0 deletions
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;