1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

irc: add missing server options "sasl_timeout", "sasl_fail" and "notify" in output of /server listfull

This commit is contained in:
Sébastien Helleu
2014-11-23 15:09:59 +01:00
parent c2dc541d0d
commit afef4b0d8a
3 changed files with 29 additions and 0 deletions
+1
View File
@@ -245,6 +245,7 @@ extern const int gnutls_cert_type_prio[];
extern const int gnutls_prot_prio[];
#endif
extern struct t_irc_message *irc_recv_msgq, *irc_msgq_last_msg;
extern char *irc_server_sasl_fail_string[];
extern char *irc_server_options[][2];
extern int irc_server_valid (struct t_irc_server *server);