forked from PsychoticNinja/irssi
Merge pull request #19 from ailin-nemui/starttls-no
fix reading of starttls = "no" in config
This commit is contained in:
commit
3324c5da89
@ -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…
x
Reference in New Issue
Block a user