Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

znc(1) [debian man page]

ZNC(1)							      General Commands Manual							    ZNC(1)

NAME
znc - An advanced IRC bouncer SYNOPSIS
znc --help znc --version znc --makepass znc [-n] [-d datadir] [-D] [-f] znc [-n] [-d datadir] [-D] [-f] --makeconf znc [-n] [-d datadir] [-D] [-f] --makepem DESCRIPTION
znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. OPTIONS
-h, --help Output a brief help message. -v, --version Show the full version number. -n, --no-color Don't use any color escape sequences. -f, --foreground Don't fork the ZNC process into the background. -D, --debug Print debug output to the console. Implies --foreground. -d DATADIR, --datadir=DATADIR Specify another datadir. This is where znc saves everything. -c, --makeconf Interactively create a new configuration. -s, --makepass Hash a password for use in znc.conf. -p, --makepem Generate znc.pem. This is the server certificate znc uses. You need this for SSL. -r, --allow-root Don't complain if ZNC is run with root privilegies. SIGNALS
This section explains how znc reacts to different signals: SIGINT Exit ZNC. This is equivalent to /znc shutdown SIGHUP Reload znc.conf. This is equivalent to /znc rehash SIGUSR1 Rewrite znc.conf. This is equivalent to /znc saveconfig FILES
/usr/local/share/znc/ Static module data like webadmin skins /usr/local/lib/znc/ znc installs its modules to this directory. /usr/local/include/znc/ These are the headers needed for compiling own modules. ~/.znc This is the default datadir. The following paths assume that you use this. If you change this via --datadir then the following lines are relative to that dir. ~/.znc/znc.pem This is the server certificate znc uses for listening on SSL ports. You can generate this via --makepem and you may replace this with your own certificate, if you want to. ~/.znc/modules/ If you compile your own modules, you can save them here. ~/.znc/configs/znc.conf This is the path to znc.conf. Use --makeconf for an easy way to generate it. ~/.znc/users/USERNAME/ The data for every user is saved in this dir. USERNAME refers to the user name of that user. ~/.znc/users/USERNAME/moddata/MODULENAME/ This is where each module can save some stuff. This is mainly used for remembering module settings that are not part of znc.conf. ~/.znc/moddata/MODULENAME/ This is where global modules may save their settings. ZNC
2010-05-10 ZNC(1)

Check Out this Related 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)
Man Page