]> code.citadel.org Git - citadel.git/blobdiff - webcit/who.c
* Added "page user" button in wholist
[citadel.git] / webcit / who.c
index 3c4e609fb37dfa1f1000d1cfeff4d485705a627e..06e8a81be871181488844a6e1746dce5d0fe09ac 100644 (file)
@@ -135,6 +135,11 @@ void whobbs(void)
                        escputs(wlist->username);
                        wprintf("</A>");
 
+                       /* (link to page this user) */
+                       wprintf("<A HREF=\"/display_page&recp=");
+                       urlescputs(wlist->username);
+                       wprintf("\">(p)</A>");
+
                        /* room */
                        wprintf("</FONT></TD>\n\t<TD><FONT SIZE=-1>");
                        escputs(wlist->roomname);