IRC - Помощь по серверам

Главная | IRC BNC | IRC Сервера | IRC Сервисы | IRC Статсы | IRC Боты | IRC Скрипты | Скачать

Измение в файле: unrealircd.conf


					include "help.conf";
					include "badwords.channel.conf";
					include "badwords.message.conf";
					include "badwords.quit.conf";
					include "spamfilter.conf";
					include "aliases/aliases.conf";
					include "aliases/aliases.conf";
					loadmodule "modules/cloak.dll";
					loadmodule "modules/commands.dll";
					
					me
					{
						name "irc.yournetwork.net";
						info "your Network";
						numeric 1;
					};
					
					admin {
						"Your name Your surname";
						"Yournick";
						"Yournick@yourmail.com";
					};
					
					class           clients
					{
						pingfreq 90;
						maxclients 500;
						sendq 100000;
						recvq 8000;
					};
					
					class           servers
					{
						pingfreq 90;
						maxclients 10;
						sendq 1000000;
						connfreq 100; 
					};
					
					allow {
						ip             *@*;
						hostname       *@*;
						class           clients;
						maxperip 5;
					};
					
					allow {
						ip             *@255.255.255.255;
						hostname       *@*.passworded.ugly.people;
						class           clients;
						password "f00Ness";
						maxperip 1;
					};
					
					allow           channel {
						channel "#WarezSucks";
					};
					
					oper Yournick {
						class      default;
						from {
						userhost       *@*;
						};
						password "Yourpassword";
						flags
						{
							  netadmin;
							 can_zline;
							can_gzline;
							can_gkline;
							global;
							can_restart;
					       	    can_die;
						};
					};
					
					
					listen         *:6667
					
					{
						options
						{
							clientsonly;
						};
					};
					
					listen         *:6667;
					
					link            services.yournetwork.net
					{
						username		  *;
						hostname 	127.0.0.1;
						bind-ip 		  *;
						port             6667;
						hub                 *;
						password-connect "Yourpassword";
						password-receive "Yourpassword";
						class           servers;
							options {
								autoconnect;
							};
					};
					
					ulines {
						services.yournetwork.net;
						stats.yournetwork.net;
					};
					
					drpass {
						restart "Yourpassword";
						die "Yourpassword";
					};
					
					log "ircd.log" {
						maxsize 2097152;
						flags {
							oper;
							kline;
							connects;
							server-connects;
							kills;
							errors;
							sadmin-commands;
							chg-commands;
							oper-override;
							spamfilter;
						};
					};
					
					alias NickServ { type services; };
					alias ChanServ { type services; };
					alias OperServ { type services; };
					alias HelpServ { type services; };
					alias StatServ { type stats; };
					
					alias "identify" {
						format "^#" {
							target "chanserv";
							type services;
							parameters "IDENTIFY %1-";
						};
						format "^[^#]" {
							target "nickserv";
							type services;
							parameters "IDENTIFY %1-";
						};
						type command;
					};
					
					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 *@*.fr;
						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 "*warez*";
						reason "Warez is illegal";
					};
					
					vhost {
						vhost           netadmin.yournetwork.net;
						from {
							userhost       *@*;
						};
						login           Yournick;
						password        Yourpasswordr;
					};
					
					set {
						network-name 		"YourNet";
						default-server 		"irc.yournetwork.net";
						services-server 		"services.yournetwork.net";
						stats-server 		"stats.yournetwork.net";
						help-channel 		"#HELP";
						hiddenhost-prefix		"rox";
					
						cloak-keys {
							"aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
							"a2JO6fh3Q6w4oN3s8";
							"a2JO6fh3Q6w4oN3s9";
						};
					
						hosts {
							local			"locop.yournetwork.net";
							global		"ircop.yournetwork.net";
							coadmin		"coadmin.yournetwork.net";
							admin			"admin.yournetwork.net";
							servicesadmin 	"csops.yournetwork.net";
							netadmin 		"netadmin.yournetwork.net";
							host-on-oper-up "no";
						};
					};
					
					set {
						kline-address "mail@yournetwork.net";
						modes-on-connect "+ixw";
						modes-on-oper	 "+xwgs";
						oper-auto-join "#opers";
						dns {
							nameserver 127.0.0.1;
							timeout 2s;
							retries 2;
						};
						options {
							hide-ulines;
							show-connect-info;
						};
					
						maxchannelsperuser 10;
						oper-only-stats "okfGsMRUEelLCXzdD";
					
						throttle {
							connections 3;
							period 60s;
						};
					
						anti-flood {
							nick-flood 3:60;
						};
					
						spamfilter {
							ban-time 1d;
							ban-reason "Spam/Advertising";
							virus-help-channel "#help";
						                except "#help";
						};
					};
					
Главная | IRC BNC | IRC Сервера | IRC Сервисы | IRC Статсы | IRC Боты | IRC Скрипты | Скачать

© sesharim

Hosted by uCoz