Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
935c4832
Commit
935c4832
authored
3 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Clarity around QWK Conference Names
parent
5cd5bd85
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfgsub.c
+11
-4
11 additions, 4 deletions
src/sbbs3/scfg/scfgsub.c
with
11 additions
and
4 deletions
src/sbbs3/scfg/scfgsub.c
+
11
−
4
View file @
935c4832
...
...
@@ -392,12 +392,19 @@ void sub_cfg(uint grpnum)
break
;
case
2
:
uifc
.
helpbuf
=
"`Sub-board QWK Name:`
\n
"
"`Sub-board QWK
Conference
Name:`
\n
"
"
\n
"
"This is the name of the sub-board used for QWK off-line readers.
\n
"
"This is the name of the sub-board to be used in the CONTROL.DAT file
\n
"
"included in QWK packets for display by QWK off-line readers.
\n
"
"
\n
"
"For QWK Extended (QWKE) packets, the included Conference Names will be
\n
"
"automatically generated from each message group short name and each
\n
"
"sub-board's long name.
\n
"
"
\n
"
"QWK Conference Names are not used in QWK networks."
;
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
17
,
"
Name to use for QWK Packets
"
,
cfg
.
sub
[
i
]
->
qwkname
,
10
,
K_EDIT
);
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
17
,
"
QWK Conference Name
"
,
cfg
.
sub
[
i
]
->
qwkname
,
sizeof
(
cfg
.
sub
[
i
]
->
qwkname
)
-
1
,
K_EDIT
);
break
;
case
3
:
uifc
.
helpbuf
=
sub_code_help
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment