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
60e6b14b
Commit
60e6b14b
authored
9 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Change name of "Scan Posts" module to "Scan Msgs" to be more consistent with
JS model (bbs.scan_msgs() method).
parent
c6ec0a68
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfgsys.c
+3
-3
3 additions, 3 deletions
src/sbbs3/scfg/scfgsys.c
with
3 additions
and
3 deletions
src/sbbs3/scfg/scfgsys.c
+
3
−
3
View file @
60e6b14b
...
...
@@ -1384,7 +1384,7 @@ while(1) {
sprintf
(
opt
[
i
++
],
"%-16.16s%s"
,
"New User"
,
cfg
.
newuser_mod
);
sprintf
(
opt
[
i
++
],
"%-16.16s%s"
,
"Expired User"
,
cfg
.
expire_mod
);
sprintf
(
opt
[
i
++
],
"%-16.16s%s"
,
"Read Mail"
,
cfg
.
readmail_mod
);
sprintf
(
opt
[
i
++
],
"%-16.16s%s"
,
"Scan
Post
s"
,
cfg
.
scanposts_mod
);
sprintf
(
opt
[
i
++
],
"%-16.16s%s"
,
"Scan
Msg
s"
,
cfg
.
scanposts_mod
);
sprintf
(
opt
[
i
++
],
"%-16.16s%s"
,
"Scan Subs"
,
cfg
.
scansubs_mod
);
opt
[
i
][
0
]
=
0
;
uifc
.
helpbuf
=
...
...
@@ -1406,7 +1406,7 @@ while(1) {
"Full module command-lines may be used for the operations listed below:
\n
"
"
\n
"
"`Read Mail` Executed when a user reads email/netmail
\n
"
"`Scan
Post
s` Executed when a user reads or scans a message sub-board
\n
"
"`Scan
Msg
s`
Executed when a user reads or scans a message sub-board
\n
"
"`Scan Subs` Executed when a user scans one or more sub-boards for msgs
\n
"
"
\n
"
"`Note:` JavaScript modules take precedence over Baja modules if both exist
\n
"
...
...
@@ -1452,7 +1452,7 @@ while(1) {
,
cfg
.
readmail_mod
,
sizeof
(
cfg
.
readmail_mod
)
-
1
,
K_EDIT
);
break
;
case
8
:
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
"Scan
Post
s Command"
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
"Scan
Msg
s Command"
,
cfg
.
scanposts_mod
,
sizeof
(
cfg
.
scanposts_mod
)
-
1
,
K_EDIT
);
break
;
case
9
:
...
...
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