107 lines
2.8 KiB
Plaintext
107 lines
2.8 KiB
Plaintext
# This is just a more or less working example configuration file, please
|
|
# customize it for your needs!
|
|
#
|
|
# Once more: Please see the examples in /usr/share/doc/inspircd/examples/
|
|
|
|
<server name="irc.local"
|
|
description="Local IRC Server"
|
|
network="Localnet">
|
|
|
|
<admin name="Root Penguin"
|
|
nick="Nick"
|
|
email="root@localhost">
|
|
|
|
<bind address="0.0.0.0" port="6667" type="clients">
|
|
|
|
<power diepass="3456" restartpass="7890" pause="2">
|
|
|
|
<connect allow="*"
|
|
timeout="60"
|
|
flood="20"
|
|
threshold="1"
|
|
pingfreq="120"
|
|
sendq="262144"
|
|
recvq="8192"
|
|
localmax="3"
|
|
globalmax="3">
|
|
|
|
<class name="Shutdown"
|
|
commands="DIE RESTART REHASH LOADMODULE UNLOADMODULE RELOAD">
|
|
<class name="ServerLink"
|
|
commands="CONNECT SQUIT RCONNECT MKPASSWD MKSHA256">
|
|
<class name="BanControl"
|
|
commands="KILL GLINE KLINE ZLINE QLINE ELINE">
|
|
<class name="OperChat"
|
|
commands="WALLOPS GLOBOPS SETIDLE SPYLIST SPYNAMES">
|
|
<class name="HostCloak"
|
|
commands="SETHOST SETIDENT SETNAME CHGHOST CHGIDENT">
|
|
|
|
<type name="NetAdmin"
|
|
classes="OperChat BanControl HostCloak Shutdown ServerLink"
|
|
host="netadmin.omega.org.za">
|
|
<type name="GlobalOp"
|
|
classes="OperChat BanControl HostCloak ServerLink"
|
|
host="ircop.omega.org.za">
|
|
<type name="Helper"
|
|
classes="HostCloak"
|
|
host="helper.omega.org.za">
|
|
|
|
<oper name="root"
|
|
password="12345"
|
|
host="*@localhost"
|
|
type="NetAdmin">
|
|
|
|
<files motd="/etc/inspircd/inspircd.motd"
|
|
rules="/etc/inspircd/inspircd.rules">
|
|
|
|
<channels users="20"
|
|
opers="60">
|
|
|
|
<dns server="127.0.0.1" timeout="5">
|
|
|
|
<pid file="/var/run/inspircd/inspircd.pid">
|
|
|
|
<options prefixquit="Quit: "
|
|
noservices="no"
|
|
qaprefixes="no"
|
|
deprotectself="no"
|
|
deprotectothers="no"
|
|
flatlinks="no"
|
|
hideulines="no"
|
|
syntaxhints="no"
|
|
cyclehosts="yes"
|
|
ircumsgprefix="no"
|
|
announcets="yes"
|
|
disablehmac="no"
|
|
hostintopic="yes"
|
|
quietbursts="yes"
|
|
pingwarning="15"
|
|
allowhalfop="yes"
|
|
exemptchanops="">
|
|
|
|
<security hidewhois=""
|
|
userstats="Pu"
|
|
customversion=""
|
|
hidesplits="no"
|
|
hidebans="no"
|
|
operspywhois="no"
|
|
hidemodes="eI"
|
|
maxtargets="20">
|
|
|
|
<performance nouserdns="no"
|
|
maxwho="128"
|
|
softlimit="1024"
|
|
somaxconn="128"
|
|
netbuffersize="10240">
|
|
|
|
<whowas groupsize="10"
|
|
maxgroups="100000"
|
|
maxkeep="3d">
|
|
|
|
<timesync enable="no" master="no">
|
|
|
|
<badnick nick="ChanServ" reason="Reserved For Services">
|
|
<badnick nick="NickServ" reason="Reserved For Services">
|
|
<badnick nick="OperServ" reason="Reserved For Services">
|
|
<badnick nick="MemoServ" reason="Reserved For Services">
|