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
5204b3ca
Commit
5204b3ca
authored
13 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Removed the unused user-question toggles (UQ_COMP and UQ_MC_COMP)
- these have NOT been unused for several years now.
parent
7409a81d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/load/sbbsdefs.js
+0
-2
0 additions, 2 deletions
exec/load/sbbsdefs.js
with
0 additions
and
2 deletions
exec/load/sbbsdefs.js
+
0
−
2
View file @
5204b3ca
...
...
@@ -352,8 +352,6 @@ var UQ_HANDLE =(1<<4); /* Ask for chat handle */
var
UQ_DUPHAND
=
(
1
<<
5
);
/* Search for duplicate handles */
var
UQ_SEX
=
(
1
<<
6
);
/* Ask for sex */
var
UQ_BIRTH
=
(
1
<<
7
);
/* Ask for birth date */
var
UQ_COMP
=
(
1
<<
8
);
/* Ask for computer type */
var
UQ_MC_COMP
=
(
1
<<
9
);
/* Multiple choice computer type */
var
UQ_REALNAME
=
(
1
<<
10
);
/* Ask for real name */
var
UQ_DUPREAL
=
(
1
<<
11
);
/* Search for duplicate real names */
var
UQ_COMPANY
=
(
1
<<
12
);
/* Ask for company name */
...
...
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