X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/3c7d6fcce7a021ea7c4948a37a32aeca072e5b10..460e7932744e7d48795875270a1a610a6a8dfa31:/modules/m_version.c diff --git a/modules/m_version.c b/modules/m_version.c index 597249a8..d9f7c769 100644 --- a/modules/m_version.c +++ b/modules/m_version.c @@ -81,8 +81,7 @@ m_version(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *sourc #ifdef CUSTOM_BRANDING PACKAGE_NAME "-" PACKAGE_VERSION, #endif - me.name, confopts(), TS_CURRENT, - ServerInfo.sid); + me.name, confopts(), TS_CURRENT); show_isupport(source_p); } @@ -101,8 +100,7 @@ mo_version(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *sour #ifdef CUSTOM_BRANDING PACKAGE_NAME "-" PACKAGE_VERSION, #endif - me.name, confopts(), TS_CURRENT, - ServerInfo.sid); + me.name, confopts(), TS_CURRENT); show_isupport(source_p); } } @@ -124,10 +122,6 @@ confopts(void) if(ConfigChannel.use_except) *p++ = 'e'; - /* might wanna hide this :P */ - if(ServerInfo.hub) - *p++ = 'H'; - if(ConfigChannel.use_invex) *p++ = 'I'; @@ -139,17 +133,12 @@ confopts(void) if(opers_see_all_users || ConfigFileEntry.operspy_dont_care_user_info) *p++ = 'S'; -#ifdef IGNORE_BOGUS_TS - *p++ = 'T'; -#endif #ifdef HAVE_LIBZ *p++ = 'Z'; #endif -#ifdef RB_IPV6 *p++ = '6'; -#endif *p = '\0';