Author: R33D33R <reed@redmagnet.com> (by way of Kev <klmitch@mit.edu>)
[ircu2.10.12-pk.git] / ircd / m_connect.c
index 8c8e7ed0e46b3e2af5a8672d2e3e3270c3f05d89..2fc7ec92bd121e7e171cb590eb150a22ab19ec09 100644 (file)
@@ -196,7 +196,7 @@ int ms_connect(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
    * Notify all operators about remote connect requests
    */
   sendwallto_group_butone(&me, WALL_WALLOPS, 0,
-                       ":Remote CONNECT %s %s from %s", parv[1],
+                       "Remote CONNECT %s %s from %s", parv[1],
                        parv[2] ? parv[2] : "",
                        get_client_name(sptr, HIDE_IP));
   log_write(LS_NETWORK, L_INFO, 0, "CONNECT From %C : %s %s", sptr, parv[1],