mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Parse the K/V form in CAP LS
This is a prerequisite for the IRC v3.2 compliance.
This commit is contained in:
parent
d85f867261
commit
98836f8b7e
4 changed files with 52 additions and 10 deletions
|
|
@ -75,7 +75,7 @@ struct _IRC_SERVER_REC {
|
|||
int max_whois_in_cmd; /* max. number of nicks in one /WHOIS command */
|
||||
int max_msgs_in_cmd; /* max. number of targets in one /MSG */
|
||||
|
||||
GSList *cap_supported; /* A list of caps supported by the server */
|
||||
GHashTable *cap_supported; /* A list of caps supported by the server */
|
||||
GSList *cap_active; /* A list of caps active for this session */
|
||||
GSList *cap_queue; /* A list of caps to request on connection */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue