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
2128ee2f
Commit
2128ee2f
authored
9 years ago
by
nightfox
Browse files
Options
Downloads
Patches
Plain Diff
Updated some comments
parent
b0cceff9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xtrn/DDMsgReader/Loadable module scripts/DDScanPosts.js
+4
-5
4 additions, 5 deletions
xtrn/DDMsgReader/Loadable module scripts/DDScanPosts.js
xtrn/DDMsgReader/Loadable module scripts/DDScanSubs.js
+1
-8
1 addition, 8 deletions
xtrn/DDMsgReader/Loadable module scripts/DDScanSubs.js
with
5 additions
and
13 deletions
xtrn/DDMsgReader/Loadable module scripts/DDScanPosts.js
+
4
−
5
View file @
2128ee2f
...
...
@@ -30,14 +30,12 @@ var subBoardNum = Number(argv[0]);
var
scanMode
=
Number
(
argv
[
1
]);
var
searchText
=
argv
[
2
];
/*
// Temporary - For debugging
console.print("DDScanPosts\r\n");
console.print("Sub-board #: " + subBoardNum + " (" + typeof(subBoardNum) + ")\r\n");
console.print("Scan mode: " + scanMode + " (" + typeof(scanMode) + ")\r\n");
console.print("Search text:" + searchText + ": (" + typeof(searchText) + ")\r\n");
console.print("DDScanPosts\r\n");
console.print("Scan mode: " + scanMode + " (" + typeof(scanMode) + ")\r\n");
if (scanMode == SCAN_READ)
console.print("SCAN_READ\r\n");
if ((scanMode & SCAN_CONST) == SCAN_CONST)
...
...
@@ -56,9 +54,10 @@ console.pause();
// End Temporary
*/
// SYSOPS: Change the msgReaderPath variable if you put Digital Distortion
// Message Reader in a different path
var
msgReaderPath
=
"
../xtrn/DD
MsgReader
"
;
var
msgReaderPath
=
"
/BBS/sbbs/xtrn/DigDist/
MsgReader
"
;
// The start of the command string to use with bbs.exec()
...
...
This diff is collapsed.
Click to expand it.
xtrn/DDMsgReader/Loadable module scripts/DDScanSubs.js
+
1
−
8
View file @
2128ee2f
...
...
@@ -30,7 +30,7 @@ var scanMode = Number(argv[1]);
// SYSOPS: Change the msgReaderPath variable if you put Digital Distortion
// Message Reader in a different path
var
msgReaderPath
=
"
../xtrn/DD
MsgReader
"
;
var
msgReaderPath
=
"
/BBS/sbbs/xtrn/DigDist/
MsgReader
"
;
/*
// Temporary - For debugging
...
...
@@ -55,13 +55,6 @@ console.pause();
// End Temporary
*/
// My functionality:
// TODO: Update this and make my reader integrate into this better. I'd like
// to add a command-line option to my reader to suppress the "Scan for new
// messages to you", etc. text before the prompt.
// The start of the command string to use with bbs.exec()
var
rdrCmdStrStart
=
"
?
"
+
msgReaderPath
+
"
/DDMsgReader.js
"
;
...
...
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