]> code.citadel.org Git - citadel.git/blobdiff - citadel/user_ops.c
bugzilla 166
[citadel.git] / citadel / user_ops.c
index 2d64dab9a6c5267fe3464bb0ecf80764c9447cfb..fcb1bdb759d0b1fe1e121c350f96356dd0ac8239 100644 (file)
@@ -1153,7 +1153,7 @@ int CtdlInvtKick(char *iuser, int op) {
        CtdlSetRelationship(&vbuf, &USscratch, &CC->room);
 
        /* post a message in Aide> saying what we just did */
-       snprintf(bbb, sizeof bbb, "%s %s %s> by %s\n",
+       snprintf(bbb, sizeof bbb, "%s has been %s \"%s\" by %s.\n",
                iuser,
                ((op == 1) ? "invited to" : "kicked out of"),
                CC->room.QRname,
@@ -1532,7 +1532,7 @@ void cmd_asup(char *cmdbuf)
        }
 
        if (deleted) {
-               sprintf(notify, "User <%s> deleted by %s\n",
+               sprintf(notify, "User \"%s\" has been deleted by %s.\n",
                        usbuf.fullname, CC->user.fullname);
                aide_message(notify);
        }