summaryrefslogtreecommitdiff
path: root/docs/irssi.1
blob: e1fab0d82d4610ef4831630c1470bad0427ce854 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
.TH Irssi 1 "June 2015" "Irssi IRC client"
.SH NAME
Irssi \- a modular IRC client for UNIX
.SH SYNOPSIS
.B irssi
[--config=PATH] [--home=PATH] [-dv!?] [-c server] [-p port] [-n nickname]
[-w password] [-h hostname]
.SH DESCRIPTION
.B Irssi
is a modular Internet Relay Chat client; it is highly extensible and
very secure. Being a fullscreen, termcap based client with many
features,
.B Irssi
is easily extensible through scripts and modules.
.SH OPTIONS
.TP
.BI "\-\-config="FILE
use 
.I FILE
instead of ~/.irssi/config
.TP
.BI "\-\-home="PATH
.I PATH 
specifies the home directory of Irssi; default is 
.BR ~/.irssi
.TP
.BI "\-c, \-\-connect="SERVER
connect to 
.I SERVER
.TP
.BI "\-w, \-\-password="PASSWORD
use
.I PASSWORD 
for authentication.
.TP
.BI "\-p, \-\-port="PORT
automatically connect to 
.I PORT 
on server.
.TP
.BI "\-!, \-\-noconnect"
disable autoconnecting of servers
.TP
.BI "\-n, \-\-nick="NICKNAME
specify 
.I NICKNAME 
as your nick
.TP
.BI "\-h, \-\-hostname="HOSTNAME
use
.I HOSTNAME
for your irc session
.TP
.BI "\-v, \-\-version"
display the version of Irssi
.TP
.BI "\-?, \-\-help"
show a help message
.SH SEE ALSO
.B Irssi
has a solid amount of documentation available; check /HELP or look online
at http://www.irssi.org
.SH FILES
.TP
.I ~/.irssi/config
personal configuration file
.TP
.I ~/.irssi/config.autosave
automatic save of the personal config file when it was changed externally
.TP
.I ~/.irssi/default.theme
default irssi theme
.TP
.I ~/.irssi/away.log
logged messages in away status
.TP
.I ~/.irssi/scripts/
default scripts directory
.TP
.I ~/.irssi/scripts/autorun/
directory containing links to scripts that should be loaded
automatically on startup
.TP
.I ~/.irssi/startup
file containing a list of commands to execute on startup
.SH AUTHORS/CREDITS
.B Irssi
was written by Timo Sirainen; this manpage was written by Istvan Sebestyen, Stefan Tomanek, Geert Hauwaerts.