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

NAME

6       kirc - KISS for IRC
7

SYNOPSIS

9       kirc [-s server] [-p port] [-n nick] [-c chan] ...
10

DESCRIPTION

12       kirc is an extremely fast and simple IRC client designed with portabil‐
13       ity in mind.  This client reads from stdin and prints to stdout, so all
14       traffic can multiplexed and text parsed or modified using external com‐
15       mands. All highlighted text and  color  can  be  controlled  with  ANSI
16       escape sequences.
17

OPTIONS

19       -s server
20              Overrides the default host (irc.freenode.net)
21
22       -p port
23              Overrides the default port (6697)
24
25       -c chan
26              Specifies the channel(s) to JOIN (delimited by "," or "|")
27
28       -n nick
29              Specifies the NICK connection nickname
30
31       -r real
32              Specifies the users real name
33
34       -u user
35              Specifies the USER connection username
36
37       -k pass
38              Specifies the PASS connection password
39
40       -x command
41              Specifies  additional commands to send to the host after initial
42              connection.
43
44       -a auth
45              Specifies SASL PLAIN mechanism authentication token
46
47       -e     Specifies SASL EXTERNAL mechanism
48
49       -v     Prints the version information to stderr, then exits
50
51       -V     Increases verbosity. Causes raw IRC messages to be printed  when
52              sent or received.
53

COMMANDS

55       /<command>
56              Send message to IRC host (e.g. /JOIN, /PART, /WHOIS, etc.)
57
58       /#<channel>
59              Set default message channel to <channel>
60
61       <message>
62              Send  PRIVMSG  to  default message channel with <message> as the
63              content
64
65       @<channel|nick> <message>
66              Send <message> to specified <channel> or <nick>
67
68       @@<channel|nick>
69              Send CTCP ACTION containing <message> to specified <channel>  or
70              <nick>
71

AUTHOR

73       Michael Czigler <michaelczigler at icloud dot com>
74

BUGS

76       Please report them!
77
78
79
80                                 kirc-VERSION                          KIRC(1)
Impressum