This commit is contained in:
Ailin Nemui 2021-04-07 22:29:48 +02:00
commit 085c08e65c
5 changed files with 24 additions and 17 deletions

View file

@ -11,6 +11,12 @@
#define IS_IRC_SERVER_SETUP(server) \
(IRC_SERVER_SETUP(server) ? TRUE : FALSE)
enum {
STARTTLS_DISALLOW = -1, /* */
STARTTLS_NOTSET = 0,
STARTTLS_ENABLED = 1
};
typedef struct {
#include <irssi/src/core/server-setup-rec.h>