Skip to content
Snippets Groups Projects
Commit 43154d5b authored by rswindell's avatar rswindell
Browse files

Display the revision of the script to the sysop.

parent 69beca8f
Branches
Tags
No related merge requests found
......@@ -20,9 +20,10 @@
"use strict";
const REVISION = "$Revision$".split(' ')[1];
var netname = "FidoNet";
var fidoaddr = load({}, 'fidoaddr.js');
print("Initializing " + netname + " support in Synchronet");
print(js.exec_file + " v" + REVISION + " Initializing " + netname + " support in Synchronet");
print("Use Ctrl-C to abort the process, if desired");
print("Reading Message Area configuration file: msgs.cnf");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment