
Untitled
By: a guest on
Jun 30th, 2012 | syntax:
None | size: 1.46 KB | hits: 11 | expires: Never
include "help.conf";
me
{
name "irc.domain.com";
info "FooNet Server";
numeric 1;
};
admin {
"Bob Smith";
"bob";
"widely@used.name";
};
class clients
{
pingfreq 120;
maxclients 20000;
sendq 100000;
recvq 32000;
};
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};
oper blackeye {
class clients;
from {
userhost *@*;
};
password "mdp";
flags "+oOCAaNrDRhwgcLKkbBnGztZWHvqXd";
maxlogins 2;
};
listen 5.39.55.215:4562 {
options {
ssl;
clientsonly;
};
};
drpass {
restart "a90ffdhfsgjh4oktfasl234asd2";
die "da8s234nasgdfgklklSDFHg235sd";
};
log "ircd.log" {
maxsize 20;
flags {
errors;
};
};
tld {
mask *@*;
motd "ircd.motd";
rules "ircd.rules";
};
set {
kline-address "lol@wat.ok";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
options {
hide-ulines;
};
maxchannelsperuser 10;
anti-spam-quit-message-time 30s;
oper-only-stats "*";
throttle {
connections 15;
period 120s;
};
};
set {
modes-on-join "+stu";
level-on-join "none";
restrict-usermodes "*";
restrict-channelmodes "*";
static-part "yes";
who-limit "1";
};
set {
options {
};
anti-flood {
nick-flood "1:3360";
};
};