]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.c
* Removed HTTP date fields because it was confusing browser caches (weird)
[citadel.git] / webcit / roomops.c
index e3d09be2311b893ad765b21ff926ff03bcd88993..5128f87cc4ba137020845a6c7baaf6bfc7824eaf 100644 (file)
@@ -1125,12 +1125,12 @@ void zap(void)
                serv_printf("GOTO %s", WC->wc_roomname);
                serv_gets(buf);
                if (buf[0] != '2') {
-                       ExpressMessageCat(&buf[4]);
+                       /* ExpressMessageCat(&buf[4]);   FIXME    */
                } else {
                        serv_puts("FORG");
                        serv_gets(buf);
                        if (buf[0] != '2') {
-                               ExpressMessageCat(&buf[4]);
+                               /* ExpressMessageCat(&buf[4]);  FIXME   */
                        } else {
                                strcpy(final_destination, "_BASEROOM_");
                        }