- Zweite (kaputte) Passwortmeldung rausgenommen.

This commit is contained in:
Christian Schlittchen 2002-04-21 08:02:56 +00:00
parent c65dbd402d
commit 238cc9c778
1 changed files with 3 additions and 0 deletions

View File

@ -1866,10 +1866,13 @@ report(FILE *F, faction * f, const faction_list * addresses,
}
if (f->age <= 2) {
/* doppelt gemoppelt und funktioniert nicht. */
if (f->age <= 1) {
ADDMSG(&f->msgs, msg_message("changepasswd",
"value", gc_add(strdup(f->passw))));
}
*/
/* Was tut das? */
RENDER(f, buf, sizeof(buf), ("newbie_password", "password", f->passw));
rnl(F);
centre(F, buf, true);