diff options
author | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-24 20:13:18 +0100 |
---|---|---|
committer | Diogo Sousa <diogogsousa@gmail.com> | 2013-06-28 16:15:15 +0100 |
commit | dcdb11a78bace7bb4ec36e3c79ea8418a7f4ccfd (patch) | |
tree | 8240c155ec7954926a42f513f0324add7fb05675 /src/common/hexchat.h | |
parent | aef9e3922e6f6557b156ba6c1fc9e2b0a03db316 (diff) |
Added preferences options to enable the server-time extension when available.
(Internationalization messages missing.)
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index ca9f9c44..074d5a22 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -215,6 +215,7 @@ struct hexchatprefs unsigned int hex_irc_wallops; unsigned int hex_irc_who_join; unsigned int hex_irc_whois_front; + unsigned int hex_irc_cap_server_time; unsigned int hex_net_auto_reconnect; unsigned int hex_net_auto_reconnectonfail; unsigned int hex_net_proxy_auth; |