summaryrefslogtreecommitdiff
path: root/docs/irssi.1
blob: c72f568f66e49f7db27ecede355890db426d571c (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.TH Irssi 1 "September 2002" "Irssi IRC client"
.SH NAME
Irssi \- a modular IRC client for UNIX
.SH SYNOPSIS
.B irssi
[-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
connects to 
.I SERVER
.TP
.BI "\-w, \-\-password="PASSWORD
use
.I PASSWORD 
for authentification.
.TP
.BI "\-p, \-\-port="PORT
automatically connect to 
.I PORT 
on server.
.TP
.BI "\-!, \-\-noconnect"
disables autoconnecting.
.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 "\-d, \-\-dummy"
use dummy terminal mode.
.TP
.BI "\-v, \-\-version"
display the version of Irssi.
.TP
.BI "\-?, \-\-help"
show a help message.
.TP
.BI "\-\-usage"
display brief usage message.
.SH SEE ALSO
.B Irssi
has been supplied with a huge amount of documentation. Check /help or look
at the files contained by /usr/share/doc/irssi*
.SH FILES
.TP
.I /etc/irssi.conf
Global configuration file
.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 /usr/share/irssi/help/
Directory including many help files
.TP
.I /usr/share/irssi/scripts/
Global scripts directory
.TP
.I /usr/share/irssi/themes/
Global themes directory
.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
.B <cras@irssi.org>
.sp
This manpage was written by Istvan Sebestyen
.BR <stevee@alphanet.ch>
and Stefan Tomanek
.BR <stefan@pico.ruhr.de>