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

ii - irc it or irc improved

Commands

/a[message]
              mark yourself as away, with the optional message as an away reason.

       /j#channel[password]
              join a #channel, with the optional password.

       /jnickname[message]
              open private conversation with user nickname and directly send the optional message.

       /l[reason]
              leave a channel or query, giving the optional reason message.

       /nnick
              change the nick name to nick.

       /q[reason]
              quit ii, giving the optional reason message.

       /ttopic
              set the topic of a channel with topic.

Description

ii is a minimalistic FIFO and filesystem based IRC client.  It creates an irc directory tree with server,
       channel  and nick name directories.  In every directory a FIFO file (in) and normal file (out) is placed.
       This will be for example ~/irc/irc.freenode.net/.  The in file is used to communicate  with  the  servers
       and  the  out files includes the server messages. For every channel and every nick name there will be new
       in and out files.  The basic idea of this is to be able to communicate with  an  IRC  server  with  basic
       command  line  tools.   For  example  if  you  will join a channel just do echo "/j #channel" > in and ii
       creates a new channel directory with in and out file.

Directories

~/irc  In  this  directory  the irc tree will be created. In this directory you will find a directory for
              your server (default: irc.freenode.net) in which the FIFO and the output file will be stored.   If
              you  join  a  channel  a  new  directory  with  the  name  of  the  channel will be created in the
              ~/irc/servername/ directory.

Name

       ii - irc it or irc improved

Options

-shost
              server/host to connect to, for example: irc.freenode.net

       -pport
              lets you override the default port (6667)

       -usockname
              connect to a UNIX domain socket instead of directly to a server.  If set, the -p  option  will  be
              ignored.

       -iircdir
              lets you override the default irc path (~/irc)

       -nnickname
              lets you override the default nick ($USER)

       -frealname
              lets you specify your real name associated with your nick

       -kenv_pass
              lets  you specify an environment variable that contains your IRC password, e.g. IIPASS="foobar" ii
              -k IIPASS.  This is done in order to prevent other users from eavesdropping  the  server  password
              via the process list.

Raw Commands

       Everything which is not a command will be posted into the channel or to the server.  So if you need  /who
       just write /WHO as described in RFC#1459 to the server in FIFO.

See Also

echo(1), tail(1)

                                                     ii-2.0                                                II(1)

Ssl/Tls Protocol Support

       For SSL/TLS protocol support you can connect to a local tunnel, for example with stunnel or socat.

Synopsis

ii-shost [-pport | -usockname] [-iircdir] [-nnickname] [-frealname] [-kenv_pass]

See Also