pisao sam za win vec jednom ali ajde da ponovimo. nadam se da ce pomoci.
Code:
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
include "aliases/anope.conf";
me
{
name "irc.tvojserver.com";
info "Opis ili Ime Servera";
numeric 1;
};
admin {
"Nick`";
"
[email protected]";
};
class clients
{
pingfreq 400;
maxclients 2000;
sendq 100000;
recvq 8000;
};
class servers
{
pingfreq 90;
maxclients 10;
sendq 1000000;
connfreq 100;
};
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 3;
};
allow channel {
channel "#glava-soba-servera";
};
oper nick {
class clients;
from {
[email protected]/ip ; };
password "tvoj pass";
flags {
global;
local;
services-admin;
admin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_gzline;
can_gkline;
can_unkline;
can_localnotice;
can_globalnotice;
netadmin;
coadmin;
can_zline;
get_umodew;
get_host;
can_override;
}
listen *:7000
{
options
{
serversonly;
};
};
listen *:6668
{
options
{
clientsonly;
};
};
listen *:6667;
}
//Ako imas nekog za link//
link irc.imeservera.com
{
username *;
hostname IP;
bind-ip *;
port Port za link recimo 7000;
hub *;
password-connect "password";
password-receive "password";
class servers;
options {
autoconnect;
};
};
ulines {
services.tvojserver.Com;
stats.tvojserver.Com;
};
drpass {
restart "pass za restart";
die "pass za die";
};
log "log.txt" {
maxsize 3000000;
flags {
oper;
kline;
connects;
server-connects;
kills;
errors;
sadmin-commands;
chg-commands;
oper-override;
spamfilter;
};
};
alias NickServ {
target "NickServ";
type services;
};
alias ChanServ { type services; };
alias StatServ { type stats; };
alias SuperBot { type normal; };
alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias BotServ { type services; };
alias StatServ { type stats; };
alias "services" {
format "^#" {
target "chanserv";
type services;
parameters "%1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "%1-";
};
type command;
};
alias "identify" {
format "^#" {
target "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};
tld {
mask *@*;
motd "motd.txt";
rules "rules.txt";
channel "#glavna-soba";
};
ban nick {
mask "*C*h*a*n*S*e*r*v*";
reason "Rezervisano za Servise";
};
ban ip {
mask 212.87.109.70;
reason "Razlog Bana";
};
ban server {
mask na primer elitesecurity.org :);
reason "Razlog za ban";
};
ban user {
mask *Tigar@*.sbb.co.yu;
reason "Najgori provajder na svetu";
};
ban realname {
mask "peder";
reason "Idiot";
};
except ban {
/* Nemoj banovati dragana */
mask *dragan@*.yu.;
};
deny dcc {
filename "*sub7*";
reason "moguc virus";
};
deny channel {
channel "*warez*";
reason "Ne legalno";
};
vhost {
vhost i.hate.microsefrs.com;
from {
userhost *@*.image.dk;
};
login stskeeps;
password moocowsrulemyworld;
};
/* Network configuration */
set {
network-name "Ime Mreze";
default-server "Glavni Server";
services-server "services.tvojserver.Com";
stats-server "stats.tvojserver.Com";
help-channel "#help";
hiddenhost-prefix "tvojserver.Com";
cloak-keys {
"AHos2HOHS6ds2gsQQHGAkish";
"qF5D3ormaH6mnEvbaH226lfEhjf";
"hfA6HwFh53HedOwQg9Ufs";
};
/* on-oper Host */
hosts {
local "locop.tvojserver.Com";
global "ircop.tvojserver.Com";
coadmin "coadmin.tvojserver.Com";
admin "admin.tvojserver.Com";
servicesadmin "csops.tvojserver.Com";
netadmin "netadmin.tvojserver.Com";
host-on-oper-up "yes";
};
};
set {
kline-address "
[email protected]";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
oper-auto-join "#services";
dns {
nameserver 127.0.0.1;
timeout 2s;
retries 2;
};
options {
hide-ulines;
show-connect-info;
};
maxchannelsperuser 15;
oper-only-stats "BokfGsMRUEelLCXzdD";
throttle {
connections 3;
period 60s;
};
anti-flood {
nick-flood 3:60;
};
spamfilter {
ban-time 1d;
ban-reason "Spam/Belästigung";
virus-help-channel "#help";
};
};