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

irk - test program for irkerd

Author

       Eric S. Raymond <esr@snark.thyrsus.com>. See the project page at http://www.catb.org/~esr/irker for
       updates and other resources, including an installable repository hook script.

irker                                              06/10/2024                                             IRK(1)

Description

       irk is a simple test program for irkerd(8). It will construct a simple JSON object and pass it to the
       daemon running on localhost.

Limitations

       irk has no commandline usage and may be riddled with bugs.

       irk doesn't know how to talk to your favorite VCS. You will generally want to use irkerhook(1) instead

       irk has also all the limitations of irkerd.

Name

       irk - test program for irkerd

Options

       irk takes the following options:

       target
           Which server and channel to join to announced the message. If not prefixed with "irc:", it will
           prefix "irc://chat.freenode.net/" to the argument before passing it directly to irkerd. This argument
           is passed as the "to" parameter in the JSON object.

       message
           Which message to send to the target specified above. If the string "-", the message will be read from
           standard input, with newlines stripped.

See Also

irkerhook(1),

Synopsis

irk [target] [messagetext]

See Also