Viewing revision r1 of Chat — saved 2026-07-08 23:54 EDT .
“Initial seed content”
Jump to current version Full history

Chat

Multi-user real-time chat. Three flavors live in one feature:

1. Local chat

Users on this BBS in the local channels. Web: /chat/. Terminal:
main menu → Chat.

Backed by Socket.IO on the web side and async on the terminal side.
History scrollback is 200 lines per channel.

2. IRC

Two separate, unrelated things both use the word "IRC" here:

3. MRC (Multi-Relay Chat)

A BBS-scene chat network — like IRC but specifically for BBS
sysops and users. The protocol is RFC-style line-oriented with
! commands. Default ANetBBS connects to the public Magicka MRC
hub on mrc.bottomlesszoo.com:5000.

See MRC.

Etiquette

Slash commands

/me action, /topic ..., /who, /away [reason],
/whois <nick>, /msg <user> <text> (DM), /help lists them all.