Skip to content
Snippets Groups Projects
Commit ea496335 authored by deuce's avatar deuce
Browse files

JS version of RLogin.

parent 614b2c7e
Branches
Tags
No related merge requests found
// rlogin.js
// Telnet Gateway using RLogin protocol - Requires v3.00c
// $Id$
// @format.tab-size 4, @format.use-tabs true
load("sbbsdefs.inc");
write("\r\n\001h\1hPress \001yCtrl-]\001w for a control menu anytime.\r\n\r\n");
console.pause();
writeln("\001h\001yConnecting to: \001w"+argv[0]+"\001n");
bbs.telnet_gate(argv[0],TG_RLOGIN);
console.clear();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment