From: Wilfried Göesgens Date: Sat, 8 Sep 2007 22:43:19 +0000 (+0000) Subject: * send page to all users on shutdown. X-Git-Tag: v7.86~3079 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=7dd0353c89aa716e059785af11305351b124be1c;p=citadel.git * send page to all users on shutdown. --- diff --git a/webcit/mainmenu.c b/webcit/mainmenu.c index 7842e50b9..41c7af045 100644 --- a/webcit/mainmenu.c +++ b/webcit/mainmenu.c @@ -386,9 +386,11 @@ void display_shutdown(void) else { // TODO: page the users... wait longer... + serv_printf("SEXP broadcast|%s", message); + serv_getln(buf, sizeof buf); // should we care? wprintf("\n" "\n" - "\n" + "\n" "\n" "\n" "Please wait while your users are being paged, the citadel server will be restarted after that... "