/*
- unrealircd.conf by Estrada <http://soloteachnology.co.cc>.
- $Id: example.conf,v 1.1.1.1.2.21 2009/03/11 01:09:13 syzop Exp $
- * You should use this config for Unreal v2.3.5
- Further will not work for another version.
- This config make for Easynet IRC Network
- Thx for My Lovely MeRrY for helping and suggestion
- Viva EasyNets
- /
loadmodule “src/modules/commands.so”;
loadmodule “src/modules/cloak.so”;
include “help.conf”;
include “badwords.channel.conf”;
include “badwords.message.conf”;
include “badwords.quit.conf”;
include “spamfilter.conf”;
include “oper.conf”;
include “connect.conf”;
me
{
name “Irc.EasyNets.Org”;
info “- iRCD Configure By Estrada”;
numeric 1;
};
admin {
“Name : Estrada”;
“email : Estrada@easynets.org”;
};
class clients
{
pingfreq 100;
maxclients 300;
sendq 100000;
recvq 8000;
};
class servers
{
pingfreq 90;
maxclients 10;
sendq 1000000;
connfreq 100;
};
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 30;
};
allow channel {
channel “#soloteam”;
};
listen 209.216.213.159:6667;
/* ctt: untuk bind dari 1 IP saja gunakan format seperti contoh berikut
ulines {
services.easynets.org;
stats.easynets.org;
};
drpass {
restart “soloreboot”;
die “solodown”;
};
log “ircd.log” {
maxsize 2097152;
flags {
oper;
kline;
server-connects;
kills;
errors;
sadmin-commands;
chg-commands;
oper-override;
spamfilter;
};
};
alias NickServ { type services; };
alias RootServ { type services; };
alias AdminServ { type services; };
alias ChanServ { type services; };
alias AdminServ { type services; };
alias HelpServ { type services; };
alias MemoServ { type services; };
alias HostServ { type services; };
alias BotServ { type services; };
alias StatServ { type stats; };
alias “identify” {
format “^#” {
nick “chanserv”;
type services;
parameters “IDENTIFY %1-”;
};
format “^[^#]” {
nick “nickserv”;
type services;
parameters “IDENTIFY %1-”;
};
type command;
};
alias “services” {
format “^#” {
nick “chanserv”;
type services;
parameters “%1-”;
};
format “^[^#]” {
nick “nickserv”;
type services;
parameters “%1-”;
};
type command;
};
alias “os” {
format “^” {
nick “operserv”;
type services;
parameters “%1-”;
};
type command;
};
alias “bs” {
format “^” {
nick “botserv”;
type services;
parameters “%1-”;
};
type command;
};
alias “cs” {
format “^” {
nick “chanserv”;
type services;
parameters “%1-”;
};
type command;
};
alias “hs” {
format “^” {
nick “hostserv”;
type services;
parameters “%1-”;
};
type command;
};
alias “ns” {
format “^” {
nick “nickserv”;
type services;
parameters “%1-”;
};
type command;
};
alias “ms” {
format “^” {
nick “memoserv”;
type services;
parameters “%1-”;
};
type command;
};
alias “rs” {
format “^” {
nick “rootserv”;
type services;
parameters “%1-”;
};
type command;
};
alias “as” {
format “^” {
nick “adminserv”;
type services;
parameters “%1-”;
};
type command;
};
alias “mss” {
format “^” {
nick “massserv”;
type services;
parameters “%1-”;
};
type command;
};
alias “agent” {
format “^” {
nick “agent”;
type services;
parameters “%1-”;
};
type command;
};
- tld {
- mask *@*;
- motd “ircd.motd”;
- rules “ircd.rules”;
- };
ban nick {
mask “*C*h*a*n*S*e*r*v*”;
reason “Reserved for Services”;
};
ban ip {
mask 195.86.232.81;
reason “Delinked server”;
};
ban server {
mask eris.berkeley.edu;
reason “Get out of here.”;
};
ban user {
mask *tirc@*.saturn.bbn.com;
reason “Idiot”;
};
ban realname {
mask “Swat Team”;
reason “mIRKFORCE”;
};
ban realname {
mask “sub7server”;
reason “sub7″;
};
except ban {
/* don’t ban stskeeps */
mask *stskeeps@212.*;
};
deny dcc {
filename “*sub7*”;
reason “Possible Sub7 Virus”;
};
deny channel {
channel “*entot*”;
reason “BadChan!”;
};
vhost {
vhost IRCop.easynets.org;
from {
userhost *@125.*;
};
login vhyane;
password hutarajaok22;
};
set {
network-name “Easynets”;
default-server “irc.easynets.org”;
services-server “services.easynets.org”;
stats-server “stats.easynets.org”;
help-channel “#help”;
hiddenhost-prefix “EasyNets”;
cloak-keys {
“AHos2HOHS6ds2gsQQHGAkish”;
“qF5D3ormaH6mnEvbaH226lfEhjf”;
“hfA6HwFh53HedOwQg9Ufs”;
};
hosts {
local “staff.easynets.org”;
global “staff.easynets.org”;
coadmin “staff.easynets.org”;
admin “staff.easynets.org”;
servicesadmin “staff.easynets.org”;
netadmin “staff.easynets.org”;
host-on-oper-up “yes”;
};
};
set {
kline-address “kline@easynets.org”;
modes-on-connect “+ixw”;
modes-on-oper “+pTWvxwgs”;
oper-auto-join “#staff,#help”;
auto-join “#easynet,#Soloteam”;
dns {
nameserver 127.0.0.1;
timeout 2s;
retries 2;
};
options {
- hide-ulines;
show-connect-info;
flat-map;
};
maxchannelsperuser 30;
anti-spam-quit-message-time 10s;
- static-quit “EasyNets Client quit”;
oper-only-stats “*”;
throttle {
connections 30;
period 60s;
};
anti-flood {
nick-flood 3:60;
};
spamfilter {
ban-time 1d;
ban-reason “Spam/Advertising is not tolerated on”;
virus-help-channel “#help”;
except “#services”;
};
};