Revert "Merge pull request #19 from ailin-nemui/starttls-no"

This reverts commit 3324c5da89c694ce5bbd20ecb313da870d1bb914, reversing
changes made to d3115f38550f26b935d4e22201d09287ce44e5ac.
This commit is contained in:
Ailin Nemui 2021-08-31 21:49:29 +02:00 committed by Alexander Færøy
parent 0d4d5d1507
commit c61e6c9d89

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