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
89f8110b
Commit
89f8110b
authored
23 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
New chat section Baja module - optionally use in place of CHAT_SECTION function.
parent
440cfde7
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
exec/chat_sec.src
+76
-0
76 additions, 0 deletions
exec/chat_sec.src
with
76 additions
and
0 deletions
exec/chat_sec.src
0 → 100644
+
76
−
0
View file @
89f8110b
# chat_sec.src
# Chat Section for any/all Synchronet command shells
# Requires v3.00g or later
!include sbbsdefs.inc
# Set return point for main menu commands (via end_cmd)
cmd_home
# Display TEXT\MENU\CHAT.* if not in expert mode
compare_user_misc UM_EXPERT
if_false
menu chat
end_if
# Update node status
node_action node_chat
async
print "\r\n\1_\1y\1hChat: \1n"
getcmd "ACDJPQST?\r"
cmdkey 'S'
TOGGLE_USER_CHAT CHAT_SPLITP
printf "\1n\r\nPrivate split-screen chat is now: \1h"
COMPARE_USER_CHAT CHAT_SPLITP
if_true
print "ON\1n"
else
print "OFF\1n"
end_if
crlf
end_cmd
cmdkey 'A'
crlf
toggle_user_chat CHAT_NOACT
toggle_node_misc NODE_AOFF
nodelist_users
end_cmd
cmdkey 'D'
crlf
toggle_user_chat CHAT_NOPAGE
toggle_node_misc NODE_POFF
nodelist_users
end_cmd
cmdkey 'J'
multinode_chat
end_cmd
cmdkey 'P'
private_chat
end_cmd
cmdkey 'C'
page_sysop
if_false
page_guru
end_if
end_cmd
cmdkey 'T'
page_guru
end_cmd
cmdkey '?'
compare_user_misc UM_EXPERT
if_true
menu "chat"
end_if
end_cmd
cmd_pop
return
\ No newline at end of file
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