summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-servers.h
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2017-10-21 10:21:03 +0200
committerLemonBoy <thatlemon@gmail.com>2018-01-07 12:36:18 +0100
commit98836f8b7ee058c32d54562903676c4d16f83aa4 (patch)
tree6bed9b9b549b5ef880782f02db4d830d0cb9af44 /src/irc/core/irc-servers.h
parentd85f86726115a2f80d878254dd9773470d6dd9c1 (diff)
downloadirssi-98836f8b7ee058c32d54562903676c4d16f83aa4.zip
Parse the K/V form in CAP LS
This is a prerequisite for the IRC v3.2 compliance.
Diffstat (limited to 'src/irc/core/irc-servers.h')
-rw-r--r--src/irc/core/irc-servers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/core/irc-servers.h b/src/irc/core/irc-servers.h
index 09f3f81d..6c6002c8 100644
--- a/src/irc/core/irc-servers.h
+++ b/src/irc/core/irc-servers.h
@@ -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 */