sic

Simple IRC client. Part of the suckless tools. More information: <https://tools.suckless.org/sic/>.

Install

All systems
curl cmd.cat/sic.sh
Debian Debian
apt-get install sic
Ubuntu
apt-get install sic
Alpine
apk add sic
image/svg+xml Kali Linux
apt-get install sic
Windows (WSL2)
sudo apt-get update sudo apt-get install sic
OS X
brew install sic
Raspbian
apt-get install sic
Docker
docker run cmd.cat/sic sic powered by Commando

Simple IRC client. Part of the suckless tools. More information: <https://tools.suckless.org/sic/>.

  • Connect to the default host (irc.ofct.net) with the nickname set in the `$USER` environment variable:
    sic
  • Connect to a given host, using a given nickname:
    sic -h host -n nickname
  • Connect to a given host, using a given nickname and password:
    sic -h host -n nickname -k password
  • Join a channel:
    :j #channel<Enter>
  • Send a message to a channel or user:
    :m #channel|user<Enter>
  • Set default channel or user:
    :s #channel|user<Enter>

© tl;dr; authors and contributors