Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / s_bsd.c
index 2d82dbb80899a114aefd8de1bdac0206877dbcb9..5e85a759c72044c3110e6a6aac2328891ae7678f 100644 (file)
@@ -561,7 +561,7 @@ void add_connection(struct Listener* listener, int fd) {
   time_t             next_target = 0;
 
   const char* const throttle_message =
-         "ERRORYour host is trying to (re)connect too fast -- throttled\r\n";
+         "ERROR :Your host is trying to (re)connect too fast -- throttled\r\n";
        /* 12345678901234567890123456789012345679012345678901234567890123456 */
   
   assert(0 != listener);