File: lostirc.1

package info (click to toggle)
lostirc 0.4.6-4.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 3,280 kB
  • ctags: 2,138
  • sloc: sh: 9,286; ansic: 8,543; cpp: 6,374; makefile: 525; yacc: 288; sed: 16
file content (86 lines) | stat: -rw-r--r-- 2,183 bytes parent folder | download | duplicates (4)
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
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH LOSTIRC 1 "May 2002"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
LostIRC \- A simple IRC client for X11.
.SH SYNOPSIS
.B lostirc
.RI 
.SH DESCRIPTION
\fBLostIRC\fP is a simple, yet very useful IRC client. It has features such
as tab-autocompletion, multiple server support, automatic joining of
servers/channels, logging and DCC sending which should cover the needs of
most people. Another goal that the application has in mind, is 100% keyboard
controlability. It was written using the gtkmm GUI library.
.SH OPTIONS
.TP
.B \-\-noauto
Do not auto-connect to servers on startup.
.P
.B GTK options
.TP
.B \-\-gdk-debug=FLAGS
Gdk debugging flags to set
.TP
.B \-\-gdk-no-debug=FLAGS
Gdk debugging flags to unset
.TP
.B \-\-display=DISPLAY
X display to use
.TP
.B \-\-sync
Make X calls synchronous
.TP
.B \-\-no-xshm
Don't use X shared memory extension
.TP
.B \-\-name=NAME
Program name as used by the window manager
.TP
.B \-\-class=CLASS
Program class as used by the window manager
.TP
.B \-\-gxid_host=HOST
.TP
.B \-\-gxid_port=PORT
.TP
.B \-\-xim-preedit=STYLE
.TP
.B \-\-xim-status=STYLE
.TP
.B \-\-gtk-debug=FLAGS
Gtk+ debugging flags to set
.TP
.B \-\-gtk-no-debug=FLAGS
Gtk+ debugging flags to unset
.TP
.B \-\-g-fatal-warnings
Make all warnings fatal
.TP
.B \-\-gtk-module=MODULE
Load an additional Gtk module
.P
.br
.SH FILES
.TP \w'~/.lostirc/FOOBAR'u
~/.lostirc/
Users configuration files.
.SH OTHER INFO
The webpage for LostIRC is at http://lostirc.sourceforge.net  Here you can find
info about LostIRC and download the latest version.
.br
.SH AUTHOR
The LostIRC application was written by Morten Brix Pedersen.