commands.sh

sic

linux

Simple IRC client. Part of the suckless tools.

More info →

Examples (6)

Connect to the default host (irc.ofct.net) with the nickname set in the `$USER` environment variable

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>
made by @shridhargupta | data from tldr-pages