]> code.citadel.org Git - citadel.git/blobdiff - webcit/paging.c
* Implement multi-room chat as available in Citadel 5.70
[citadel.git] / webcit / paging.c
index 553a872ff60b6d2a744bd3d8a3d6be692c3aa102..df84373fd68d02a184abe8d72bb4255e0c05b709 100644 (file)
@@ -126,6 +126,7 @@ void do_chat(void)
        wprintf("code=\"wcchat\" width=2 height=2>\n");
        wprintf("<PARAM NAME=username VALUE=\"%s\">\n", WC->wc_username);
        wprintf("<PARAM NAME=password VALUE=\"%s\">\n", WC->wc_password);
+       wprintf("<PARAM NAME=roomname VALUE=\"%s\">\n", WC->wc_roomname);
        wprintf("<H2>Oops!</H2>Looks like your browser doesn't support Java, ");
        wprintf("so you won't be able to access Chat.  Sorry.\n");
        wprintf("</applet>\n");