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
|
.TH ATHEME\-SERVICES 8 "November 2007"
.SH NAME
atheme\-services \- a modular IRC services daemon
.SH SYNOPSIS
.B atheme\-services
\&\fR[\fB\-dhnv\fR] [\fB\-c\fR \fIconf\fR] [\fB\-l\fR \fIlogfile\fR] [\fB\-p\fR \fIpidfile\fR]
.br
.SH DESCRIPTION
This manual page documents the
.B atheme\-services
command.
.PP
\fBatheme\-services\fP is an IRC Services implementation, which connects to an IRC server and
provides services such as NickServ and ChanServ to users, allowing them to register their
nicknames and channels.
.SH OPTIONS
\fBatheme\-services\fR accepts the following command line options:
.TP
.B \-c \fIconf\fR
Specifies an alternate config file for the daemon to load.
.TP
.B \-d
Starts in debugging mode.
.TP
.B \-h
Prints the help message and exits.
.TP
.B \-l \fIlogfile\fR
Specifies the log file.
.TP
.B \-n
Doesn't fork into the background, logs messages to stdout as well as the logfile.
.TP
.B \-p \fIpidfile\fR
Specifies the pid file.
.TP
.B \-v
Prints the version information and exits.
.SH AUTHOR
atheme\-services was primarly written by:
.PP
.RS 4
.nf
William Pitcock <nenolod \-at\- nenolod.net>
Michael Tharp <gxti \-at\- partiallystapled.com>
Jilles Tjoelker <jilles \-at\- stack.nl>
Pippijn van Steenhoven <pippijn \-at\- one09.net>
Robin Burchell <w00t \-at\- staff.chatspike.net>
.fi
.RE
.PP
This manual page was originally written by Bradley Smith <brad@brad\-smith.co.uk>,
for the Debian project (but may be used by others).
.PP
This manual page was later revised by William Pitcock <nenolod@sacredspiral.co.uk>.
|