sic
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
$USERenvironment 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>
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.