Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / m_connect.c
index 0a067e56f2f7c56b6fad290d67991fca3554b857..8c8e7ed0e46b3e2af5a8672d2e3e3270c3f05d89 100644 (file)
@@ -195,7 +195,7 @@ int ms_connect(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
   /*
    * Notify all operators about remote connect requests
    */
-  sendcmdto_flag_butone(&me, CMD_WALLOPS, 0, FLAGS_WALLOP,
+  sendwallto_group_butone(&me, WALL_WALLOPS, 0,
                        ":Remote CONNECT %s %s from %s", parv[1],
                        parv[2] ? parv[2] : "",
                        get_client_name(sptr, HIDE_IP));