diff --git a/include/s_serv.h b/include/s_serv.h index 43db9a1..0d3f7c2 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -35,9 +35,6 @@ */ #define TRY_CONNECTIONS_TIME 60 -/* collect ziplinks compression ratios/etc every minute */ -#define ZIPSTATS_TIME 60 - /* * number of seconds to wait after server starts up, before * starting try_connections() diff --git a/modules/m_stats.c b/modules/m_stats.c index 981333c..fa823dc 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -308,6 +308,8 @@ stats_connect(struct Client *source_p) { if(ServerConfAutoconn(server_p)) *s++ = 'A'; + if(ServerConfSSL(server_p)) + *s++ = 'S'; if(ServerConfTb(server_p)) *s++ = 'T'; if(ServerConfCompressed(server_p))