about summary refs log tree commit diff
path: root/catgirl.1
blob: ccef5eeb74988712e2877aa4327e15b3c91a0344 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.Dd January 31, 2020
.Dt CATGIRL 1
.Os
.
.Sh NAME
.Nm catgirl
.Nd IRC client
.
.Sh SYNOPSIS
.Nm
.Op Fl h Ar host
.Op Fl j Ar join
.Op Fl n Ar nick
.Op Fl p Ar port
.Op Fl r Ar real
.Op Fl u Ar user
.Op Fl w Ar pass
.
.Sh DESCRIPTION
The
.Nm
program is a curses
TLS-only IRC client.
.
.Pp
The arguments are as follows:
.Bl -tag -width Ds
.It Fl h Ar host
Connect to
.Ar host .
.
.It Fl j Ar join
Join the comma-separated list of channels
.Ar join .
.
.It Fl n Ar nick
Set nickname to
.Ar nick .
The default nickname is the user's name.
.
.It Fl p Ar port
Connect to
.Ar port .
The default port is 6697.
.
.It Fl r Ar real
Set realname to
.Ar real .
The default realname is the same as the nickname.
.
.It Fl u Ar user
Set username to
.Ar user .
The default username is the same as the nickname.
.
.It Fl w Ar pass
Log in with the server password
.Ar pass .
.El