1KVIRC(1)                             4.0.0                            KVIRC(1)
2
3
4

NAME

6       KVIrc - an Internet Relay Chat client.
7

SYNOPSIS

9       kvirc [options] [server [port]] [ircurl [ircurl [...]]]
10
11

DESCRIPTION

13       KVIrc is a Visual Internet Relay Chat client based on the Qt library.
14
15       It  is  intended to be an "user friendly" interface to the IRC protocol
16       (see RFC1459) and its extensions.
17

OPTIONS

19       KVIrc accepts the following options:
20
21       -h, --help
22               Display a list of all commandline options and exit.
23
24       -v, --version
25               Output the version info.
26
27       -c <file>
28               Use <file> as  configuration  file  instead  of  ~/.kvirc.rc  .
29               Defaults to $HOME/.kvirc.rc if <file> doesn't exists
30
31       -n <file>
32               Use <file> as configuration file instead of ~/.kvirc.rc .  Cre‐
33               ate <file> if it doesn't exist.
34
35       -f      Force a new KVIrc session, even if there is already  a  running
36               one.
37
38       -e <commands>
39               If  a  KVIrc session is already running, execute the <commands>
40               in that session, otherwise startup normally and  execute  <com‐
41               mands>.   <commands>  must  be  a  single shell token.  You can
42               eventually use this switch more than once.
43
44       -x <commands>
45               If a KVIrc session is already running, execute  the  <commands>
46               in  that  session,  otherwise  do nothing and exit.  <commands>
47               must be a single shell token.   You  can  eventually  use  this
48               switch more than once.
49
50       -r <commands>
51               If  a  KVIrc session is already running, execute the <commands>
52               in that session, otherwise start up normally (do not  execute).
53               <commands>  must  be  a single shell token.  You can eventually
54               use this switch more than once.
55
56       -m      If a KVIrc session is already running,  show  an  informational
57               popup dialog instead of writing to the console.  This is useful
58               when starting KVIrc from a graphical taskbar button.
59
60       --nosplash
61               Do not show the splash screen at startup
62
63       [server]
64               Connect to this server after startup.
65
66       [port]  Use this port for connection.   This  option  requires  also  a
67               server name.
68
69       [ircurl]
70               An url in the following form:
71
72                 irc[6]://<server>[:<port>][/<channel>[?<pass>]]
73
74               For  each  url  on the commandline create a new irc-context and
75               attempt to connect to <server> on the  specified  <port>.   The
76               optional <channel> is joined just after the connection has been
77               estabilished.
78
79

ENVIRONMENT

81       KVIRC_LANG
82               Language setting.  If not set KVIrc will check for $LANG
83
84       LANG    Language setting.  If not set (or set to 'EN','POSIX'  or  'C')
85               KVIrc will use the default language (english).
86
87
88
89       FILES
90
91              $PREFIX/share/kvirc/VERSION/*  Directory  with  the global KVIrc
92              settings, modules etc...
93
94              $HOME/.kvirc.rc . This is the first file that KVIrc  looks  for.
95              If  the  -c commandline option is specified , the file passed as
96              the option parameter is used instead of this one.  If  the  file
97              is found , KVIrc reads the first non-empty line and treats it as
98              the path to the KVIrc Local directory.  If the file can  not  be
99              found  or  the  KVIrc  Local  directory  is not existing , KVIrc
100              enters the setup mode and allows selecting  a  new  KVIrc  Local
101              directory.
102
103              KVIrc  Local  directory/*  Directory  with  the local (per user)
104              KVIrc settings.  Similar to the global one.
105
106

SEE ALSO

108       X(1) talk(1)
109
111       Copyright ©  1999-2009 Szymon Stefanek and The KVIrc Development Team
112
113       Permission to use, copy, modify, and distribute this software  and  its
114       documentation  for  any purpose and without fee is hereby granted, pro‐
115       vided that the above copyright notice appear in  all  copies  and  that
116       both  that  copyright  notice and this permission notice appear in sup‐
117       porting documentation.
118
119

SUGGESTIONS AND BUG REPORTS

121       Any bugs found (and feature requests) should be reported to the tracker
122       at: <https://svn.kvirc.de/>
123
124

OFFICIAL WWW SITE

126       http://www.kvirc.net In Russian - http://www.kvirc.net.ru
127
128

AUTHORS

130       Szymon 'Pragma' Stefanek <pragma at kvirc dot net>
131
132       Code, fixes, new features, and much more from Alessandro 'Noldor@freen‐
133       ode'  Carbone,  Elvio   'HelLViS69@freenode'   Basello,   Fabio   'Ctr‐
134       lAltCa@freenode' Bas, Alexey 'Alexey@freenode' Uzhva, Voker57@freenode
135
136       Old authors
137
138       With  patches,  fixes,  extensions, and more from [Anodine]@efnet, Till
139       'BuTi@ircnet' Busch, Fritz 'KNFritz@ircnet' Elfert, RAD Kade 1
140
141       With bug-hunting, hard-thinking, eyes-consuming, nights spent  on  IRC,
142       great  suggestions  and  more  from  lots  of  people all over the net,
143       including but not limited to Paul 'infected@ircnet' Boehm, Olle 'Croco‐
144       dile@ircnet'  Hällnäs,  Diablo@ircnet,  Andrew  'Drosha@ircnet' Frolov,
145       MalboroLi@ircnet, munehiro@ircnet
146
147
148
149Version                           02/09/2009                          KVIRC(1)
Impressum