Untitled
By: a guest | Feb 9th, 2010 | Syntax:
None | Size: 2.38 KB | Hits: 26 | Expires: Never
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
me {
name awesome.test.network;
info This is "TestNet";
numeric 1;
};
admin {
"KY";
};
class clients {
pingfreq 90;
maxclients 500;
sendq 100000;
recvq 8000;
};
class servers {
pingfreq 90;
maxclients 3; /* We really have no need for more than 3 servers, at a time -- Spike */
sendq 1000000;
connfreq 100;
};
allow {
ip *;
hostname *;
class clients;
maxperip 10; /* Test network really dosen't care about connection limits. -- Spike */
};
listen *:6667 {
options {
clientsonly;
};
};
listen *:9021 {
options {
serversonly;
};
};
oper KY {
from {
userhost *;
};
password banana;
class clients;
flags {
netadmin;
can_zline;
can_gzline;
can_gkline;
};
swhois "HI.";
snomask cefFGjknNoqsSv;
modes oOaANCghpqsvwxW;
maxlogins 10;
};
oper Rolo {
from {
userhost *;
};
password abcd;
class clients;
flags {
netadmin;
can_zline;
can_gzline;
can_gkline;
};
swhois "is a Services Root Administrator";
snomask cefFGjknNoqsSv;
modes oOaANCghpqsvwxW;
maxlogins 10;
};
drpass {
restart "testnetworkrestart";
die "testnetworkdie";
};
include "aliases/anope.conf";
log ircd.log {
maxsize 5MB;
flags {
errors;
kills;
oper;
kline;
tkl;
};
};
except ban {
mask*@pool-71-163-29-231.washdc.fios.verizon.net 71.163.29.231;
};
except tkl {
mask *@pool-71-163-29-231.washdc.fios.verizon.net 71.163.29.231;
type {
gline;
gzline;
qline;
gqline;
shun;
};
};
vhost {
vhost THIS.IS.SPARTA;
from {
userhost *@*;
};
login Sparta;
password thisissparta;
//swhois "No"; For no swhois, simply don't provide one. That should still work
};
ulines {
hub.awesome.test.network; // Had { instead of ;
};
link hub.awesome.test.network {
username *;
hostname *;
bind-ip *;
port 9021;
hub *;
password-connect "macville5";
password-receive "macville5";
class servers;
};
//}; too much
set {
kline-address macvilleboy@hotmail.com;
gline-address macvilleboy@hotmail.com;
modes-on-connect +xiw;
modes-on-join +ntR;
restrict-channelmodes +z;
cloak-keys { "A2w0X"; "0Ib1N"; "5zQ7O"; };
hiddenhost-prefix TestNet;
help-channel #help;
services-server hub.awesome.test.network;
network-name TestNet;
options {
hide-ulines;
};
};