Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dancer-ircd(8) [debian man page]

dancer-ircd(8)						      System Manager's Manual						    dancer-ircd(8)

NAME
dancer-ircd - an IRC server SYNOPSIS
ircd [-d filename] [-f filename] [-h hostname] [-k filename] [-l filename] [-n] [-v] [-x debuglevel] DESCRIPTION
dancer-ircd is the IRC server used by FreeNode Network (amongst others), built in an effort to overcome the anachronisms, limitations, and hysterical raisins of traditional IRC servers. OPTIONS
-d filename Where to find the D:line config file. -f filename Where to find the main config file. -h hostname Specify the server name this ircd will be. This should usually match it's primary hostname. -k filename Where to find the K:line config file. -l filename Where to write the logfile. -n Do not fork, run in the foreground. -v Print version and exit. -x debuglevel Sets the debug level. Higher is more data. Only effective if the ircd was compiled for debugging. COPYRIGHT
(c) 1988,1989 University of Oulu, Computing Center, Finland, (c) 1988,1989 Department of Information Processing Science, University of Oulu, Finland (c) 1988,1989,1990,1991 Jarkko Oikarinen (c) 1999-2003 Andrew Suffield Various other people have written or contributed to this ircd, see connect to it and use "/info" in your IRC client for a fuller list. See /usr/share/doc/dancer-ircd/copyright FILES
/etc/dancer-ircd/ircd.conf /etc/dancer-ircd/olines /etc/dancer-ircd/motd /etc/dancer-ircd/omotd /etc/dancer-ircd/ohelp /var/lib/dancer-ircd/dline.conf /var/lib/dancer-ircd/kline.conf SEE ALSO
There is more detailed documentation on some of the features of dancer-ircd to be found in /usr/share/doc/dancer-ircd, contained within the dancer-ircd-doc package. AUTHOR
Jarkko Oikarinen, currently jto@tolsun.oulu.fi, manual page written by Jeff Trim, jtrim@orion.cair.du.edu, later modified by jto@tolsun.oulu.fi. Rewritten 2001 by Andrew Suffield <asuffield@debian.org>, for the Debian GNU/Linux system (but may be used by others). 7 August 2001 dancer-ircd(8)

Check Out this Related Man Page

INSPIRCD(1)						      General Commands Manual						       INSPIRCD(1)

NAME
inspircd - A modular C++ IRC Daemon SYNOPSIS
inspircd [--version] [--config <config>] [--runasroot] [--nofork] [--nolog] [--logfile <filename>] [--debug] [--testsuite] DESCRIPTION
This manual page documents briefly the inspircd command. inspircd is a modular C++ IRC Daemon (ircd) for Linux, BSD and Windows systems created to provide a stable, modern, lightweight irc server from scratch and provide a vast number of features in a modularised form using an advanced module API. By keeping the functionality of the main core to a minimum we hope to increase the stability and speed of our project and make it customisable to the needs of many users. InspIRCd is designed primarily to be a custom irc server for the chatspike irc network (irc.chatspike.net) but we are releasing it into the public domain under GPL so that you may benefit yourself from our work. The project is written from scratch, avoiding the inherent insta- bility under large loads which can be seen in many other irc server distributions which have the same featureset. The inspircd command starts the ircd server, using /etc/inspircd/inspircd.conf as its configuration file unless used with --config. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For the complete documentation for inspircd, please see http://inspircd.org/wiki/Main_Page. --help Show summary of options. --version Show the version and revision ID --config <config> Change the file name used for the main configuration file --runasroot Allow InspIRCd to run as root, after a short pause and a nag banner to prevent this being done accidentally (NOT RECOMMENDED OR SUP- PORTED!) --nofork Do not fork to the background on startup, useful for debugging modules --nolog Do not write to the logfile, used mostly in conjunction with --debug --logfile <filename> Change the logfile used --debug Force debug logging, overriding the config setting. Usually used with --nolog by the debug launcher --testsuite Test suite for debugging purpose SEE ALSO
InspIRCd is fully documented by the inspircd documentation team, which is viewable at http://wiki.inspircd.org/. AUTHOR
InspIRCd was written by Craig Edwards (Brain), Craig McLure (FrostyCoolSlug), Robin Burchell (w00t), and more (see http://www.inspircd.org/wiki/Credits). This manual page was written by Darren Blaber <dmbtech@gmail.com>, for the Debian project (but may be used by others). June 11, 2007 INSPIRCD(1)
Man Page