diff --git a/Changes b/Changes index 4c9098492..715c3aa62 100644 --- a/Changes +++ b/Changes @@ -21,5 +21,5 @@ */ [ Unreal4.0 ] -- Fixed a _serious_ bug in SERVER command, reported by Valen, For, - M0rpheus and JK. +- Fixed a _serious_ bug in SERVER command, reported by Valen, Forrester, + M0rpheus, JK, and Hiten. diff --git a/src/s_debug.c b/src/s_debug.c index 52557caa8..4a339d9ae 100644 --- a/src/s_debug.c +++ b/src/s_debug.c @@ -99,8 +99,12 @@ char serveropts[] = { #ifdef USE_POLL 'P', #endif +#ifdef USE_SSL + 'e', +#endif /* we are a stable ircd */ 'S', + 's', '\0' };