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

Commands

:j#channel
              Join a channel

       :l#channel
              Leave a channel

       :m#channel/usermsg
              Write a message to #channel/user

       :s#channel/user
              Set default channel/user

       Everything which is not a command is simply send the server.

                                                     sic-1.1                                              SIC(1)

Description

sic  is  an extremly fast, small and simple irc client.  It reads commands from standard input and prints
       all server output to standard output. It multiplexes also all channel traffic into one output,  that  you
       don't have to switch different channel buffers, that's actually a feature.

Name

       sic - simple irc client

Options

-h<host>
              Overrides the default host (irc6.oftc.net)

       -p<port>
              Overrides the default port (6667)

       -n<nickname>
              Override the default nick ($USER)

       -k<keyword>
              Specifies the keyword to authenticate your nick on the host

       -v     Prints version information to standard output, then exits.

Synopsis

sic [-h <host>] [-p <port>] [-n <nick>] [-k <keyword>] [-v]

See Also