Skip to content
Snippets Groups Projects
Commit 9d42af58 authored by rswindell's avatar rswindell
Browse files

Initial check-in of v3 telnet/rlogin gate modules.

parent 5f4eb990
No related branches found
No related tags found
No related merge requests found
# mudgate.src
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
printf "\r\n\1h\1hPress \1yCtrl-]\1w for a control menu anytime.\r\n\r\n"
pause
printf "\1h\1yConnecting to MUD: \1w%s\1n\r\n" str
telnet_gate str TG_ECHO|TG_CRLF|TG_LINEMODE|TG_NODESYNC|TG_CTRLKEYS
cls
# rlogin.src
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
printf "\r\n\1h\1hPress \1yCtrl-]\1w for a control menu anytime.\r\n\r\n"
pause
printf "\1h\1yConnecting to: \1w%s\1n\r\n" str
telnet_gate str TG_RLOGIN
cls
# telgate.src
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
printf "\r\n\1h\1hPress \1yCtrl-]\1w for a control menu anytime.\r\n\r\n"
pause
printf "\1h\1yConnecting to: \1w%s\1n\r\n" str
telnet_gate str 0
cls
# unixgate.src
# $id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
printf "\r\n\1h\1hPress \1yCtrl-]\1w for a control menu anytime.\r\n\r\n"
pause
printf "\1h\1yConnecting to: \1w%s\1n\r\n" str
telnet_gate str TG_PASSTHRU
cls
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