From: Wilfried Goesgens Date: Mon, 26 Mar 2012 20:35:45 +0000 (+0200) Subject: netedit: add way to specify the room we want to edit. X-Git-Tag: v8.11~112 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=13ff6dc18c5cf4587aafffa47ac61c774c988261 netedit: add way to specify the room we want to edit. --- diff --git a/webcit/roomops.c b/webcit/roomops.c index 0777eefe3..edc09dec0 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -1038,6 +1038,9 @@ void netedit(void) { StrBuf *TmpBuf; int Done; + if (havebstr("force_room")) { + gotoroom(sbstr("force_room")); + } /*/ TODO: do line dynamic! */ if (havebstr("line_pop3host")) { strcpy(line, bstr("prefix"));