1irccat(1)                   General Commands Manual                  irccat(1)
2
3
4

NAME

6       irccat - Send message to irc channels.
7
8

SYNOPSIS

10       irccat [-s] <host> <port> <section> <text...>
11
12

DESCRIPTION

14       irccat  sends  a single line message to a host running subybot with the
15       supybot-irccat plugin. Such a server listens to  a  specific  port  and
16       waits for formatted messages which are relayed to one or more irc chan‐
17       nels.
18
19       The supybot-irccat plugin defines sections. Each section has a name,  a
20       password  and  a  list of channels. irccat refers to such a section and
21       it's password. The channels which recieves the message  is  handled  by
22       the server.
23
24       Besides  the  mandatory  parameters  a password must be given either by
25       using -s or through the environment, see below.
26

EXAMPLE

28           $ irccat-s  some.server.net 12345 build "Build completed"
29           my-secret-pw
30           $
31
32       will send the message "Build completed" to some.server.net:12345  using
33       the section 'build' and it's password.
34

OPTIONS

36       -s  Read password from stdin.
37
38       h, --help
39           print help info.
40
41

ENVIRONMENT

43       IRCCAT_PASSWORD
44           Section password, required if not using -s.
45
46

SEE ALSO

48       https://github.com/leamas/supybot-irccat.
49           Source, issue tracker, etc.
50
51
52
53                                                                     irccat(1)
Impressum