]> jfr.im git - solanum.git/blobdiff - modules/core/m_squit.c
Show libratbox version info to opers in /info.
[solanum.git] / modules / core / m_squit.c
index 67e939e9d0ad901f616f777d3ec7368714186863..28362218654aa0fd09ab9f6d976cfcdaa1e47432 100644 (file)
@@ -27,7 +27,7 @@
 #include "stdinc.h"
 #include "client.h"
 #include "common.h"            /* FALSE bleah */
 #include "stdinc.h"
 #include "client.h"
 #include "common.h"            /* FALSE bleah */
-#include "irc_string.h"
+#include "match.h"
 #include "ircd.h"
 #include "numeric.h"
 #include "s_conf.h"
 #include "ircd.h"
 #include "numeric.h"
 #include "s_conf.h"
@@ -148,12 +148,7 @@ ms_squit(struct Client *client_p, struct Client *source_p, int parc, const char
                              ":%s WALLOPS :Remote SQUIT %s from %s (%s)",
                              me.id, target_p->name, source_p->name, comment);
 
                              ":%s WALLOPS :Remote SQUIT %s from %s (%s)",
                              me.id, target_p->name, source_p->name, comment);
 
-               sendto_server(NULL, NULL, NOCAPS, CAP_TS6,
-                             ":%s WALLOPS :Remote SQUIT %s from %s (%s)",
-                             me.name, target_p->name, source_p->name, comment);
-
                ilog(L_SERVER, "SQUIT From %s : %s (%s)", parv[0], target_p->name, comment);
                ilog(L_SERVER, "SQUIT From %s : %s (%s)", parv[0], target_p->name, comment);
-
        }
        exit_client(client_p, target_p, source_p, comment);
        return 0;
        }
        exit_client(client_p, target_p, source_p, comment);
        return 0;