mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Add fe-cap to show messages for CAP-related events in the UI
Replaces cap.pl
This commit is contained in:
parent
af5ee997e7
commit
d0151fd5a2
5 changed files with 104 additions and 0 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue