From 13ff6dc18c5cf4587aafffa47ac61c774c988261 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 26 Mar 2012 22:35:45 +0200 Subject: [PATCH] netedit: add way to specify the room we want to edit. --- webcit/roomops.c | 3 +++ 1 file changed, 3 insertions(+) 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")); -- 2.30.2