Skip to content
Snippets Groups Projects
Commit fabbad66 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add syncterm-ssh and syncterm-telnet commands

These prefer the protocol after the - and only include one listing
per BBS entry.
parent cd3c5c23
Branches
Tags
No related merge requests found
......@@ -2415,6 +2415,12 @@ function main()
case "syncterm":
print(list.length + " BBS entries exported to: " + lib.syncterm_list(list, system.data_dir));
break;
case "syncterm-ssh":
print(list.length + " BBS entries exported to: " + lib.syncterm_list(list, system.data_dir, ['ssh', 'telnet'], true));
break;
case "syncterm-telnet":
print(list.length + " BBS entries exported to: " + lib.syncterm_list(list, system.data_dir, ['telnet', 'rlogin', 'raw', 'ssh'], true));
break;
case "html":
file_backup("sbbslist.html", limit ? limit : options.backup_level);
var f = new File("sbbslist.html");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment