Skip to content
Snippets Groups Projects
Commit 598b1d30 authored by rswindell's avatar rswindell
Browse files

Added support for '/' (root dir) request - needed for FORG compatibility.

parent 196787fe
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ if((term=request.indexOf("\t+"))>=0) {
writeln("+-2");
}
if(request=="") { /* blank = "root" */
if(request=="" || request=='/') { /* "root" */
for(g in msg_area.grp_list)
writeln(format("1%s\tgrp:%s\t%s\t%u"
,msg_area.grp_list[g].description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment