Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_connect.c
index 81fe44913932295a18e8a90b6f8ba9dbee59d2fe..efcd2e44a2228108c646be0eb3b0c61153f6f2f3 100644 (file)
@@ -311,7 +311,7 @@ int mo_connect(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
    * Check to see if the server is juped; if it is, disallow the connect
    */
   if ((ajupe = jupe_find(aconf->name)) && JupeIsActive(ajupe)) {
-    sendto_one(sptr, "%s NOTICE %s%s :Connect: Server %s is juped: %s",
+    sendto_one(sptr, ":%s NOTICE %s%s :Connect: Server %s is juped: %s",
               me.name, NumNick(sptr), JupeServer(ajupe), JupeReason(ajupe));
     return 0;
   }