Add fe-cap to show messages for CAP-related events in the UI

Replaces cap.pl
This commit is contained in:
dequis 2018-04-08 01:26:11 -03:00
commit d0151fd5a2
5 changed files with 104 additions and 0 deletions

View file

@ -24,6 +24,13 @@ enum {
IRCTXT_SETUPSERVER_FOOTER,
IRCTXT_SASL_SUCCESS,
IRCTXT_SASL_ERROR,
IRCTXT_CAP_REQ,
IRCTXT_CAP_LS,
IRCTXT_CAP_ACK,
IRCTXT_CAP_NAK,
IRCTXT_CAP_LIST,
IRCTXT_CAP_NEW,
IRCTXT_CAP_DEL,
IRCTXT_FILL_2,