1
0
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 commit 3324c5da89, reversing
changes made to d3115f3855.
This commit is contained in:
Ailin Nemui 2021-08-31 21:49:29 +02:00
parent 21701a1299
commit 6c47fcf10d

View File

@ -12,8 +12,8 @@
(IRC_SERVER_SETUP(server) ? TRUE : FALSE)
enum {
STARTTLS_NOTSET = -1, /* */
STARTTLS_DISALLOW = 0,
STARTTLS_DISALLOW = -1, /* */
STARTTLS_NOTSET = 0,
STARTTLS_ENABLED = 1
};