]> code.citadel.org Git - citadel.git/blobdiff - webcit/mainmenu.c
* Display the Chat menu option as "Chat with other users in <roomname>"
[citadel.git] / webcit / mainmenu.c
index a00168b1d702bc3e1d2f41e075a52936b395daa2..48cbe03dfece9f2f54d6b33928226d6746bc9342 100644 (file)
@@ -143,7 +143,10 @@ void display_main_menu(void)
 
        wprintf("<A HREF=\"/chat\">"
                "<span class=\"mainmenu\">"
-               "Chat with other online users</span></A><BR>\n");
+               "Chat with other users in <i>"
+       );
+       escputs(WC->wc_roomname);
+       wprintf("</i></span></A><BR>\n");
 
        wprintf("<A HREF=\"/display_generic\">\n");
        wprintf("<span class=\"menudesc\">"