diff options
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |