Skip to content
Snippets Groups Projects
Commit 35d51eaf authored by rswindell's avatar rswindell
Browse files

Added 'R' command for Internet Relay Chat (#synchronet at irc.thebbs.org).

parent f8807085
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 "ACDFIJPQST?\r"
getcmd "ACDFIJPQRST?\r"
cmdkey 'S'
TOGGLE_USER_CHAT CHAT_SPLITP
printf "\1n\r\nPrivate split-screen chat is now: \1h"
......@@ -62,6 +62,11 @@ cmdkey 'I'
exec "?sbbsimsg"
end_cmd
cmdkey 'R'
crlf
exec "?irc irc.thebbs.org 6667 #Synchronet"
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