aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
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;