initial import
git-svn-id: svn+ssh://svn.ipng.nl/usr/share/subversion/repositories/irc.efnet.nl@1 0a436592-62d7-4152-98a5-b7e29e440240
This commit is contained in:
73
ircd.conf
Normal file
73
ircd.conf
Normal file
@ -0,0 +1,73 @@
|
||||
serverinfo {
|
||||
name="irc.efnet.nl";
|
||||
vhost="193.109.122.77";
|
||||
description="We worship Optimus Prime";
|
||||
hub=yes;
|
||||
network_name="EFNet";
|
||||
network_desc="Eris Free Network";
|
||||
sid = "6NL";
|
||||
use_ts6 = yes;
|
||||
default_max_clients = 30000;
|
||||
};
|
||||
|
||||
|
||||
/* admin {}: contains admin information about the server. (OLD A:) */
|
||||
admin {
|
||||
name = "Pim 'Da_P' van Pelt";
|
||||
description = "irc.efnet.nl Server Administrators";
|
||||
email = "<admin@efnet.nl>";
|
||||
};
|
||||
|
||||
/* log {}: contains information about logfiles. */
|
||||
log {
|
||||
/* logfiles: the logfiles to use for specific activity. if these
|
||||
* paths are defined, then ircd will log to them, otherwise it wont.
|
||||
*
|
||||
* The confs are, in order:
|
||||
* - userlog: user exits
|
||||
* - fuserlog: failed user connections
|
||||
* - operlog: /oper usage
|
||||
* - foperlog: failed /oper usage
|
||||
* - serverlog: server connects/disconnects
|
||||
* - glinelog: glines
|
||||
* - klinelog: klines, etc
|
||||
* - killlog: kills
|
||||
* - operspylog: operspy usage
|
||||
* - ioerrorlog: IO errors
|
||||
*/
|
||||
fname_userlog = "logs/userlog";
|
||||
#fname_fuserlog = "logs/fuserlog";
|
||||
fname_operlog = "logs/operlog";
|
||||
#fname_foperlog = "logs/foperlog";
|
||||
fname_serverlog = "logs/serverlog";
|
||||
fname_glinelog = "logs/glinelog";
|
||||
#fname_klinelog = "logs/klinelog";
|
||||
fname_killlog = "logs/killlog";
|
||||
fname_operspylog = "logs/operspylog";
|
||||
#fname_ioerrorlog = "logs/ioerror";
|
||||
};
|
||||
|
||||
listen {
|
||||
host = "193.109.122.77";
|
||||
port = 8080,9000,6660 .. 6670;
|
||||
host = "2001:7b8:3:3f:201:2ff:fef6:574e";
|
||||
port = 8080,9000,6660 .. 6670;
|
||||
};
|
||||
|
||||
.include "etc/options.i"
|
||||
.include "etc/classes.i"
|
||||
.include "etc/classes_ipv6.i"
|
||||
.include "etc/cnlines.i"
|
||||
|
||||
.include "etc/spooflines.i"
|
||||
.include "etc/spooflines_bots.i"
|
||||
.include "etc/spooflines_backup.i"
|
||||
|
||||
.include "etc/ilines.i"
|
||||
.include "etc/ilines_ipv6.i"
|
||||
.include "etc/ilines_other.i"
|
||||
|
||||
.include "etc/olines.i"
|
||||
.include "etc/olines_bots.i"
|
||||
.include "etc/olines_backup.i"
|
||||
|
Reference in New Issue
Block a user