mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
fix reading of starttls = "no" in config
This commit is contained in:
parent
4001871552
commit
6710b35736
@ -12,8 +12,8 @@
|
||||
(IRC_SERVER_SETUP(server) ? TRUE : FALSE)
|
||||
|
||||
enum {
|
||||
STARTTLS_DISALLOW = -1, /* */
|
||||
STARTTLS_NOTSET = 0,
|
||||
STARTTLS_NOTSET = -1, /* */
|
||||
STARTTLS_DISALLOW = 0,
|
||||
STARTTLS_ENABLED = 1
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user