diff -r 8c02390ba09d src/send.c
--- a/src/send.c	Sat May 18 01:51:59 2013 +0200
+++ b/src/send.c	Sun May 19 01:57:57 2013 -0600
@@ -635,7 +635,7 @@
 		if ((opt & OPT_NOT_NICKIP) && (cptr->proto & PROTO_NICKIP))
 			continue;
 
-		sendto_one(cptr, ":%s %s", prefix, command, buff);
+		sendto_one(cptr, ":%s %s %s", prefix, command, buff);
 	}
 
 	return;
