Skip to content
Snippets Groups Projects
Commit 9907ad10 authored by rswindell's avatar rswindell
Browse files

Added [F]inger and [I]nter-BBS message commands.

parent 7887285f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ if_false
node_action node_chat
async
print "\r\n\1_\1y\1hChat: \1n"
getcmd "ACDJPQST?\r"
getcmd "ACDFIJPQST?\r"
cmdkey 'S'
TOGGLE_USER_CHAT CHAT_SPLITP
printf "\1n\r\nPrivate split-screen chat is now: \1h"
......@@ -52,6 +52,16 @@ cmdkey 'D'
nodelist_users
end_cmd
cmdkey 'F'
crlf
exec "?finger"
end_cmd
cmdkey 'I'
crlf
exec "?sendmsg"
end_cmd
cmdkey 'J'
multinode_chat
end_cmd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment