Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
a3cb5471
Commit
a3cb5471
authored
Jan 07, 2022
by
Rob Swindell
💬
Browse files
Add BBS entry descriptions as a Comment key values to exported syncterm.lst
parent
8c963b6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
exec/load/sbbslist_lib.js
exec/load/sbbslist_lib.js
+2
-0
No files found.
exec/load/sbbslist_lib.js
View file @
a3cb5471
...
...
@@ -757,6 +757,8 @@ function syncterm_list(list, dir)
,
list
[
i
].
service
[
j
].
description
.
indexOf
(
"
80
"
)
>=
0
?
"
C128-80col
"
:
"
C64
"
));
f
.
writeln
(
"
\t
NoStatus=true
"
);
}
if
(
j
==
0
&&
list
[
i
].
description
)
f
.
writeln
(
"
\t
Comment=
"
+
list
[
i
].
description
.
join
(
'
'
));
f
.
writeln
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment