6
0
mirror of https://github.com/threatland/TL-BOTS synced 2024-06-26 00:39:49 +00:00
TL-BOTS/TL.IRC/IRC.Configs/Configs/unrealircd.conf
2019-10-02 16:41:26 -04:00

224 lines
4.3 KiB
Plaintext

# ########################################
# # ME Block #
# ########################################
me {
name "BoT.NeT";
info "FaZe.gov";
numeric 1;
};
# ########################################
# # Admin Block #
# ########################################
admin {
"FaZe";
};
# ########################################
# # Class Block #
# ########################################
class clients {
pingfreq 150;
maxclients 15000;
sendq 1000000;
recvq 4000;
};
# ########################################
# # Allow Block #
# ########################################
allow {
ip *@*;
password "@";
hostname *@*;
class clients;
maxperip 1;
};
# ########################################
# # Listen Block #
# ########################################
listen *:6667;
listen 185.112.249.210:443;
listen *:6969;
# ########################################
# # Operator Block #
# ########################################
oper B1NARY {
class clients;
from {
userhost *@*;
};
password "BOATNET";
flags
{
global;
services-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;
can_zline;
get_umodew;
get_host;
can_override;
};
snomask *;
maxlogins "3";
};
oper JR {
class clients;
from {
userhost *astrogam1ing*;
};
password "BOATNET";
flags
{
global;
services-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;
can_zline;
get_umodew;
get_host;
can_override;
};
snomask *;
maxlogins "5";
};
# ########################################
# # Settings #
# ########################################
drpass {
restart "notorious98765";
die "notorious98765";
};
set {
network-name "BoT.NeT";
default-server "irc.BoT.NeT";
services-server "services.BoT.NeT";
help-channel "#|Help";
hiddenhost-prefix "[server]";
cloak-keys {
// Don't use the same keys
"aIRgFoAr1HnF5h5sDb7x4YwA6pW";
"P9FdZnR1gl5sJ7hVz4Zb7x4YwpW";
"OI8r1ZnR6gl3sJ7hVz4Zb7x4YnX";
};
hosts {
local "BoT.NeT";
global "BoT.NeT";
coadmin "BoT.NeT";
admin "BoT.NeT";
netadmin "BoT.NeT";
servicesadmin "BoT.NeT";
host-on-oper-up "yes";
};
};
set {
allowed-nickchars {
latin1;
};
kline-address "klined@BoT.NeT";
modes-on-connect "+xwGi";
modes-on-oper "+xwgspH";
restrict-usermodes "G";
restrict-channelmodes "G";
modes-on-join "+mMnust";
oper-auto-join "#Botz";
dns {
nameserver 127.0.0.1;
timeout 2s;
retries 2;
};
options {
hide-ulines;
show-connect-info;
show-opermotd;
allow-part-if-shunned;
flat-map;
fail-oper-warn;
};
maxchannelsperuser 30;
anti-spam-quit-message-time 1s;
static-quit "Client has disconnected from BoT.NeT";
oper-only-stats "*";
throttle {
connections 3;
period 5s;
};
anti-flood {
nick-flood 50:60;
};
spamfilter {
ban-time 1s;
ban-reason "Spam";
virus-help-channel "#sec";
};
default-bantime "0";
};
# ##### Modules #####
include "help.conf"; include "badwords.channel.conf"; include
"badwords.message.conf"; include "badwords.quit.conf"; include
"spamfilter.conf"; loadmodule "src/modules/commands.so"; loadmodule
"src/modules/cloak.so";
# ########################################
# # Log Block #
# ########################################
log ircd.log {
maxsize 5MB;
flags {
errors;
kills;
sadmin-commands;
chg-commands;
oper-override;
spamfilter;
kline;
tkl;
};
};
# ########################################
# # Misc Block #
# ########################################
ban nick {
mask "Skid";
reason "Newfag!";
};
ulines {
services.BoT.NeT;
stats.BoT.NeT;
};
tld {
mask *@*;
motd "motd.conf";
rules "rules.conf";
opermotd "opermotd.conf";
};