ii

Minimalist IRC client that uses the filesystem as interface.

brewmacoslinux
Try with needOr install directly
Source

About

Minimalist IRC client

Commands

ii

Examples

connect to an IRC server$ ii -s irc.libera.chat -n mynick
join an IRC channel and read messages$ tail -f ~/irc/irc.libera.chat/#channelname/out
send a message to an IRC channel$ echo 'hello everyone' >> ~/irc/irc.libera.chat/#channelname/in
send a private message to another user$ echo 'hi there' >> ~/irc/irc.libera.chat/username/in
view entire conversation history from a channel$ cat ~/irc/irc.libera.chat/#channelname/out