X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/9f6bbe3cf9c786c5089bfd605315aed5268e8974..8097430a810ac1535fe5304f74991b16ff58b064:/modules/m_version.c diff --git a/modules/m_version.c b/modules/m_version.c index e944607..60d793c 100644 --- a/modules/m_version.c +++ b/modules/m_version.c @@ -51,7 +51,6 @@ DECLARE_MODULE_AV1(version, NULL, NULL, version_clist, NULL, NULL, "$Revision: 1 /* * m_version - VERSION command handler - * parv[0] = sender prefix * parv[1] = remote server */ static int @@ -87,7 +86,6 @@ m_version(struct Client *client_p, struct Client *source_p, int parc, const char /* * mo_version - VERSION command handler - * parv[0] = sender prefix * parv[1] = remote server */ static int @@ -122,10 +120,6 @@ confopts(struct Client *source_p) if(ConfigChannel.use_except) *p++ = 'e'; - if(ConfigFileEntry.glines) - *p++ = 'g'; - *p++ = 'G'; - /* might wanna hide this :P */ if(ServerInfo.hub) *p++ = 'H'; @@ -149,7 +143,7 @@ confopts(struct Client *source_p) *p++ = 'Z'; #endif -#ifdef IPV6 +#ifdef RB_IPV6 *p++ = '6'; #endif