This file is located in the ../fbb directory and contains the calls of the BBSs to which you directly forward messages. There must be 80 uncommented lines, numbered from 01 to 80.
The format is critical, DO NOT change the line arrangement.
Before you start your BBS for the first time, you should remove all unused calls from BBS.SYS,
and enter only the BBSs to which you forward messages.
Later it is recommended that you do NOT replace one call with another.
This can cause messages to be forwarded to the wrong BBS.
This file works in conjunction with the FORWARD.SYS file.
The calls of the BBSs you forward to (the calls after A in forward.sys) must be included in BBS.SYS.
##########################
# BBS.SYS for FBB 7.00 #
# for LA6CU BBS by LA6CU #
##########################
#
# File containing the Calls of all BBSs we forward to.
#
# Make sure that NO numbers are removed.
#
01 LA1B
02 F6FBB
03 AMSAT
04 K4GBB
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80