Skip to content
Snippets Groups Projects
Commit 6e2a0640 authored by rswindell's avatar rswindell
Browse files

Fixed capitalization of CVS Id keyword [sigh]

parent e2c9355b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Bulletins written in Baja by Rob Swindell
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -3,7 +3,7 @@
# Counts number of nodes in use and number of nodes waiting for call
# Sets global variables NODES_INUSE and NODES_WFC
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# Default Command Shell for Synchronet Version 2.00a+
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# Test of Directory System Functions
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# Module for performing various i/o operations on a single file
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
# LOGIN.SRC
# login.src
# Baja login module for Synchronet BBS v2.2
# Login module for Synchronet BBS v2.2+
# $Id$
# @format.tab-size 8, @format.use-tabs true
!include sbbsdefs.inc
......@@ -24,7 +28,7 @@ if_greater_or_equal
end_if
print "\r\n\1nEnter Name, Number, '\1hNew\1n', or '\1hGuest\1n'\r\nNN: "
getstr str 25 K_UPRLWR|K_LOWPRIO|K_E71DETECT
getstr str 25 K_UPRLWR|K_LOWPRIO|K_E71DETECT|K_TAB
truncsp str
compare_str ""
if_true
......@@ -34,7 +38,7 @@ if_true
compare_str "GUEST"
if_true
setstr "%q"
compare_str "VERT"
compare_str "VERTx"
if_true
no_yes "Are you a registered Synchronet owner"
if_false
......@@ -47,7 +51,7 @@ if_true
compare_str "NEW"
if_true
setstr "%q"
compare_str "VERT"
compare_str "VERTx"
if_true
yes_no "Are you calling just to download the Synchronet DEMO"
if_true
......
......@@ -2,7 +2,7 @@
# Synchronet v2.20 Logon Module
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# MajorBBS Clone Command Shell for Synchronet
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# Light-bar answer module for Synchronet BBS v2.2+
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
# mudgate.src
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# PCBoard v15.1 menu/command emulation
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
# qnet.src
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# Emulate RemoteAccess, Renegade, etc. Mail/Message Prompts
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
# renegade.src
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# Telnet Gateway using RLogin protocol - Requires v3.00c
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# DOS shell for Synchronet version 2 systems
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# Simple Synchronet Command Shell - for beginner/first-time users
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
......@@ -2,7 +2,7 @@
# Global String Command Module for Synchronet
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
# telgate.src
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
# type.src
# $id$
# $Id$
# @format.tab-size 8, @format.use-tabs true
......
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