]> jfr.im git - solanum.git/blobdiff - modules/core/m_squit.c
Truncate idle time in /who to 32 bits.
[solanum.git] / modules / core / m_squit.c
index 9963f681977ee4f1146bce380e43c1ced6ed555a..28362218654aa0fd09ab9f6d976cfcdaa1e47432 100644 (file)
 #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 "s_log.h"
+#include "logger.h"
 #include "s_serv.h"
 #include "send.h"
 #include "msg.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);
 
-               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);
-
        }
        exit_client(client_p, target_p, source_p, comment);
        return 0;