]> jfr.im git - irc/rqf/shadowircd.git/blame - doc/ircd.8
Don't suggest putting values in an enum that are not in the enum.
[irc/rqf/shadowircd.git] / doc / ircd.8
CommitLineData
212380e3 1.\" @(#)ircd.8 2.0 22 April 2004
2.\" $Id: ircd.8 6 2005-09-10 01:02:21Z nenolod $
3.TH IRCD 8 "ircd-ratbox 22 April 2004
4.SH NAME
5ircd \- The Internet Relay Chat Program Server
6.SH SYNOPSIS
7.hy 0
8.IP \fBircd\fP
9[-dlinefile filename] [-configfile filename] [-klinefile filename]
10[-logfile filename] [-pidfile filename] [-resvfile filename]
11[-xlinefile filename] [-conftest] [-foreground] [-version]
12.SH DESCRIPTION
13.LP
14\fIircd\fP is the server (daemon) program for the Internet Relay Chat
15Program. The \fIircd\fP is a server in that its function is to "serve"
16the client program \fIirc(1)\fP with messages and commands. All commands
17and user messages are passed directly to the \fIircd\fP for processing
18and relaying to other ircd sites.
19.SH OPTIONS
20.TP
21.B \-dlinefile filename
22Specifies the D-line file to be used. This file is used for both reading
23D-lines at startup, and writing to while \fIircd\fP is running.
24.TP
25.B \-configfile filename
26Specifies the ircd.conf file to be used for this ircdaemon. The option
27is used to override the default ircd.conf given at compile time.
28.TP
29.B \-klinefile filename
30Specifies the K-line file to be used. This file is used for both reading
31K-lines at startup, and writing to while \fIircd\fP is running.
32.TP
33.B \-logfile filename
34Specifies an alternative logfile to be used than that specified in config.h
35.TP
36.B \-pidfile filename
37Specifies the ircd.pid used. The option is used to override the default
38ircd.pid given at compile time.
39.TP
40.B \-resvfile filename
41Specifies the resv.conf file to be used for this ircdaemon. The option
42is used to override the default resv.conf given at compile time.
43.TP
44.B \-xlinefile filename
45Specifies the xline.conf file to be used for this ircdaemon. The option
46is used to override the default xline.conf given at compile time.
47.TP
48.B \-conftest
49Makes \fIircd\fP check the ircd.conf for errors
50.TP
51.B \-foreground
52Makes \fIircd\fP run in the foreground
53.TP
54.B \-version
55Makes \fIircd\fP print its version, and exit.
56.SH USAGE
57If you plan to connect your \fIircd\fP server to an existing Irc-Network,
58you will need to alter your local IRC configuration file (typically named
59"ircd.conf") so that it will accept and make connections to other \fIircd\fP
60servers. This file contains the hostnames, Network Addresses, and sometimes
61passwords for connections to other ircds around the world. Because
62description of the actual file format of the "ircd.conf" file is beyond the
63scope of this document, please refer to the file INSTALL in the IRC source
64files documentation directory.
65.LP
66.SH BOOTING THE SERVER
67The \fIircd\fP server can be started as part of the
68Unix boot procedure or just by placing the server into Unix Background.
69Keep in mind that if it is \fBnot\fP part of your Unix's boot-up procedure
70then you will have to manually start the \fIircd\fP server each time your
71Unix is rebooted. This means if your Unix is prone to crashing
72or going for for repairs a lot it would make sense to start the \fIircd\fP
73server as part of your UNIX bootup procedure.
74.SH EXAMPLE
75.RS
76.nf
77tolsun% \fBbin/ircd\fP
78.fi
79.RE
80.LP
81Places \fIircd\fP into Unix background and starts up the server for use.
82Note: You do not have to add the "&" to this command, the program will
83automatically detach itself from tty.
84.RS
85.nf
86leguin% \fBbin/ircd -foreground\fP
87.fi
88.RE
89.LP
90Runs ircd in the foreground.
91.RS
92.nf
93.SH COPYRIGHT
94(c) 1988,1989 University of Oulu, Computing Center, Finland,
95.LP
96(c) 1988,1989 Department of Information Processing Science,
97University of Oulu, Finland
98.LP
99(c) 1988,1989,1990,1991 Jarkko Oikarinen
100.LP
101(c) 1997,1998,1999,2000,2001 The IRCD-Hybrid project.
102.LP
103For full COPYRIGHT see LICENSE file with IRC package.
104.LP
105.RE
106.SH FILES
107 "ircd.conf"
108.SH "SEE ALSO"
109ircd.conf(5)
110.SH BUGS
111None... ;-) if somebody finds one, please inform author
112.SH AUTHOR
113irc2.8 and earlier: Jarkko Oikarinen, currently jto@tolsun.oulu.fi.
114.LP
115ircd-hybrid-7: IRCD-Hybrid Project, ircd-hybrid@the-project.org.
116.LP
117manual page written by Jeff Trim, jtrim@orion.cair.du.edu,
118later modified by jto@tolsun.oulu.fi.
119.LP
120modified for ircd-hybrid-7 by Edward Brocklesby, ejb@klamath.uucp.leguin.org.uk.
121.LP
122updated by W. Campbell, wcampbel@botbay.net