updated doco
This commit is contained in:
parent
c47b8b5f51
commit
a50fb7310b
1 changed files with 13 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* ported from Hybrid7 by fish
|
||||
*
|
||||
* $Id: example.conf,v 1.3 2002/09/13 06:50:06 fishwaldo Exp $
|
||||
* $Id: example.conf,v 1.4 2002/09/16 04:57:20 fishwaldo Exp $
|
||||
*/
|
||||
|
||||
/* IMPORTANT NOTES:
|
||||
|
@ -294,7 +294,15 @@ connect {
|
|||
* encrypted. (OLD CRYPT_LINK_PASSWORD now optional per connect)
|
||||
*/
|
||||
encrypted = no;
|
||||
|
||||
/* set_ulined: Controls weather this server should be u-lined
|
||||
* on the entire network. This means that you no longer have
|
||||
* to set a individual U line (or Shared entry in Hybrid) on every
|
||||
* server for your services. The U line setting will be dynamically
|
||||
* set on all other servers when it links.
|
||||
*/
|
||||
set_ulined = yes;
|
||||
|
||||
/* port: the port to connect to this server on */
|
||||
port = 6666;
|
||||
|
||||
|
@ -415,7 +423,9 @@ channel {
|
|||
/* persist time: the minimum amount of time a channel will remain with
|
||||
* all its modes intact once the last user has left the channel.
|
||||
*
|
||||
* set to 0 to disable.
|
||||
* set to 0 to disable.
|
||||
*
|
||||
* DOES NOT WORK YET.
|
||||
*/
|
||||
persist_time = 30 minutes;
|
||||
|
||||
|
@ -686,7 +696,7 @@ general {
|
|||
rej, spy, external, operwall, locops, unauth;
|
||||
|
||||
/* oper umodes: default usermodes opers get when they /oper */
|
||||
/* oper_umodes = locops, servnotice, operwall, wallop, bots, ccon, debug, full, skil, nchange, rej, spy, externa; */
|
||||
/* oper_umodes = locops, servnotice, operwall, wallop, bots, ccon, debug, full, skil, nchange, rej, spy, external; */
|
||||
|
||||
/* servlink path: path to 'servlink' program used by ircd to handle
|
||||
* encrypted/compressed server <-> server links.
|
||||
|
|
Reference in a new issue