logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control IRC Sessions - Simple IRC Client | Online Free DevTools by Hexmos

Control IRC sessions with sic, a simple IRC client. Connect to servers, manage channels, and send messages directly from the Linux command line. Free online tool, no registration required.

sic

Simple IRC client. Part of the suckless tools. More information: https://manned.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>

See Also