Author: R33D33R <reed@redmagnet.com> (by way of Kev <klmitch@mit.edu>)
authorKevin L. Mitchell <klmitch@mit.edu>
Sun, 24 Feb 2002 19:59:41 +0000 (19:59 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Sun, 24 Feb 2002 19:59:41 +0000 (19:59 +0000)
Log message:

This patch removes the extra : in the remote connect msg.

!H12.PartyNet.Org! * :Remote CONNECT Oslo* 4400 from R33D33R
becomes
!H12.PartyNet.Org! * Remote CONNECT Oslo* 4400 from R33D33R

(pull-up from u2_10_11 branch)

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@654 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/m_connect.c

index fa7b64dfdf5b08359244657ee6aa7e0de80904a0..1af5a05a45f0e34ba89f6d1da0c2d6fa0c32f287 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-22 Reed Loden <reed@redmagnet.com>
+
+       * ircd/m_connect.c: Removed an extra : in remote connect message.
+
 2002-02-19 Joseph Bongaarts <foxxe@wtfs.net>
 
         * ircd/whocmds.c: Local opers should also be able to
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],