mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Revert "Merge pull request #19 from ailin-nemui/starttls-no"
This reverts commit3324c5da89
, reversing changes made tod3115f3855
.
This commit is contained in:
parent
21701a1299
commit
6c47fcf10d
@ -12,8 +12,8 @@
|
|||||||
(IRC_SERVER_SETUP(server) ? TRUE : FALSE)
|
(IRC_SERVER_SETUP(server) ? TRUE : FALSE)
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
STARTTLS_NOTSET = -1, /* */
|
STARTTLS_DISALLOW = -1, /* */
|
||||||
STARTTLS_DISALLOW = 0,
|
STARTTLS_NOTSET = 0,
|
||||||
STARTTLS_ENABLED = 1
|
STARTTLS_ENABLED = 1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user