tiny

Lightweight terminal-based IRC client for chatting on IRC networks

brewmacoslinux
Try with needOr install directly
Source

About

Terminal IRC client

Commands

tiny

Examples

connect to an IRC server and join a channel$ tiny irc.libera.chat:6667 -c #channel
connect to IRC server with a custom nickname$ tiny irc.libera.chat:6667 -n mynick
connect to multiple IRC servers at startup$ tiny irc.libera.chat:6667 irc.freenode.net:6667
open IRC client with TLS encryption enabled$ tiny irc.libera.chat:6697 --tls
start IRC client and automatically join multiple channels$ tiny irc.libera.chat:6667 -c #rust -c #dev