Add "server cap req" signal, emitted before requesting caps

This commit is contained in:
dequis 2018-04-08 01:24:48 -03:00
commit af5ee997e7
2 changed files with 12 additions and 3 deletions

View file

@ -133,6 +133,7 @@ irc-cap.c
"server cap ack "<cmd>, SERVER_REC
"server cap nak "<cmd>, SERVER_REC
"server cap end", SERVER_REC
"server cap req", SERVER_REC, char *caps
sasl.c
"server sasl failure", SERVER_REC, char *reason