Changeset d63f37c for irc_cap.c


Ignore:
Timestamp:
2015-11-08T08:16:15Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
d6e2aa8
Parents:
37c9653
Message:

IRCv3 extended-join capability

Not very useful for the account features (and i won't implement
account-notify), but it has a real name field, and it's *really* easy to
implement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_cap.c

    r37c9653 rd63f37c  
    4040        {"sasl", CAP_SASL},
    4141        {"multi-prefix", CAP_MULTI_PREFIX},
     42        {"extended-join", CAP_EXTENDED_JOIN},
    4243        {NULL},
    4344};
Note: See TracChangeset for help on using the changeset viewer.