]> jfr.im git - solanum.git/blobdiff - modules/m_version.c
m_whois: show services even if they lack opernames
[solanum.git] / modules / m_version.c
index 02cc636963a8bec6473fd8f5b2cf839f9352e776..d9f7c76918985ceb6b0fa1ae77aba406fda531cf 100644 (file)
@@ -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);
        }
 }
@@ -140,9 +138,7 @@ confopts(void)
        *p++ = 'Z';
 #endif
 
-#ifdef RB_IPV6
        *p++ = '6';
-#endif
 
        *p = '\0';