.\" .\" $Id: ngircd.8,v 1.3 2002/04/02 20:38:50 alex Exp $ .\" .TH ngircd 8 "March 2002" ngircd "ngIRCd Manual" .SH NAME ngircd \- the next generation IRC daemon .SH SYNOPSIS .B ngircd [ .I Options .B ] .SH DESCRIPTION .B ngircd is a portable IRC daemon written from scratch. It is easy to configure, supports server links (even with original ircds) and runs on hosts with changing IP addresses (such as dial-in networks). Currently supported platforms are A/UX, Darwin/Mac OS X, FreeBSD, Linux, NetBSD, and Windows with Cygwin. .SH OPTIONS .IP --configtest read, validate and display configuration; then exit. .IP "-f file, --config file" use .I file as configuration file. .IP "-n, --nodaemon" don't fork and don't detatch from controlling terminal. .IP "-p, --passive" disable automatic connections to other servers. .IP --version output version information and exit. .IP --help display brief help text and exit. .SH FILES .I /usr/local/etc/ngircd.conf .RS The system wide default configuration file. .SH DIAGNOSTICS (coming soon) .SH AUTHOR Alexander Barton, .UR mailto:alex@barton.de alex@barton.de .UE .br Homepage: .UR http://arthur.ath.cx/~alex/ngircd/ http://arthur.ath.cx/~alex/ngircd/ .UE .SH "SEE ALSO" .BR ngircd.conf (5) .BR ircd (8) .\" .\" -eof-