no one really needed it and it has many security loopholes, but it works.
you can run this one liner in a new directory where you'd store your "local chat client" to make copies of the essential files.
curl -O "https://raw.githubusercontent.com/selimhex/bash_chat/master/{config.sh,window.sh,log.sh,say.sh}"; . config.sh; . window.sh
# open a new tab next to window.sh (⌘+t)
. log.sh
# open another tab. but ideally drag it out of the same window.
. say.sh
config.shcreatesc.shwhere the variables like local copy of the log, online chat log, and php interface to the chat log are saved.window.sh: scrapes (tail -f) the local log. most likely a.txtor.logfile.log.sh: downloads online chat log every 2 seconds and adds new lines to local logsay.sh: where you'd type your name and chat inputs