* Did most of the migration from save_message() to CtdlSaveMsg(). The
[citadel.git] / citadel / user_ops.c
index 60dfcc6b346e6fd4619bdc217ff239056505e3f5..5815f1a2aafea9a454a6a2065e4f40464df12870 100644 (file)
@@ -790,7 +790,7 @@ void cmd_invt_kick(char *iuser, int op)
        lputuser(&USscratch);
 
        /* post a message in Aide> saying what we just did */
-       sprintf(bbb,"%s %s %s> by %s",
+       sprintf(bbb,"%s %s %s> by %s\n",
                iuser,
                ((op == 1) ? "invited to" : "kicked out of"),
                CC->quickroom.QRname,