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
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
};