Update inspircd.conf
clean up and add help.conf
This commit is contained in:
parent
76c4102944
commit
04daaf34ef
@ -1,4 +1,5 @@
|
||||
<include file="/etc/inspircd/modules.conf">
|
||||
<include file="/etc/inspircd/help.conf">
|
||||
<include directory="/etc/inspircd/custom">
|
||||
|
||||
<badip ipmask="169.254.0.0/16" reason="APIPA">
|
||||
@ -93,8 +94,6 @@
|
||||
<class name="RolePlay"
|
||||
priv="channels/roleplay channels/roleplay-override">
|
||||
|
||||
<define name="VOID" value="8,4 E N T E R T H E V O I D ">
|
||||
|
||||
<files motd="/etc/inspircd/custom/motd.txt" opermotd="/etc/inspircd/custom/oper.motd.txt">
|
||||
|
||||
<insane hostmasks="&env.INSANE_HOSTMASKS;" ipmasks="&env.INSANE_IPMASKS;" nickmasks="&env.INSANE_NICKMASKS;" trigger="&env.INSANE_TRIGGER;">
|
||||
@ -187,7 +186,6 @@
|
||||
|
||||
<whowas groupsize="&env.WHOWAS_GROUP_SIZE;" maxgroups="&env.WHOWAS_MAX_GROUPS;" maxkeep="&env.WHOWAS_MAX_KEEP;">
|
||||
|
||||
|
||||
<maxmind file="/etc/inspircd/GeoLite2-Country.mmdb">
|
||||
|
||||
<sts duration="5m"
|
||||
@ -341,12 +339,6 @@
|
||||
<autojoinident chan="#blackhole"
|
||||
ident="*">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<bcrypt rounds="16">
|
||||
|
||||
<blockamsg action="&env.BLOCK_AMSG_ACTION;"
|
||||
@ -574,8 +566,6 @@
|
||||
timeout="5s"
|
||||
type="record">
|
||||
|
||||
|
||||
|
||||
<exemptfromfilter target="ALIS">
|
||||
|
||||
<exemptfromfilter target="BOTSERV">
|
||||
@ -625,7 +615,6 @@
|
||||
|
||||
<httpd timeout="&env.HTTPD_TIMEOUT;">
|
||||
|
||||
|
||||
<inviteexception bypasskey="&env.INVITE_EXCEPTION_BYPASS_KEY;">
|
||||
|
||||
<ircv3 accountnotify="&env.IRCV3_ACCOUNT_NOTIFY;"
|
||||
@ -638,15 +627,12 @@
|
||||
|
||||
<knock notify="&env.KNOCK_NOTIFY;">
|
||||
|
||||
|
||||
<maxmind file="/etc/inspircd/geolite2.mmdb">
|
||||
|
||||
<messageflood notice="&env.MESSAGE_FLOOD_NOTICE;"
|
||||
privmsg="&env.MESSAGE_FLOOD_PRIVMSG;"
|
||||
tagmsg="&env.MESSAGE_FLOOD_TAG_MSG;">
|
||||
|
||||
|
||||
|
||||
<monitor maxentries="&env.MONITOR_MAX_ENTRIES;">
|
||||
|
||||
<muteban notifyuser="&env.MUTE_BAN_NOTIFY_USER;">
|
||||
@ -690,8 +676,6 @@
|
||||
listmodes="yes"
|
||||
saveperiod="1d">
|
||||
|
||||
|
||||
|
||||
<qrcode blockchar=" "
|
||||
darkcolour="black"
|
||||
lightcolour="white">
|
||||
@ -717,8 +701,6 @@
|
||||
showmsg="&env.SECURE_LIST_SHOW_MSG;"
|
||||
waittime="&env.SECURE_LIST_WAIT_TIME;">
|
||||
|
||||
|
||||
|
||||
<showwhois opersonly="&env.SHOW_WHOIS_OPER_ONLY;"
|
||||
showfromopers="&env.SHOW_WHOIS_FROM_OPERS;">
|
||||
|
||||
@ -753,8 +735,6 @@
|
||||
|
||||
<watch maxwatch="&env.WATCH_MAX;">
|
||||
|
||||
|
||||
|
||||
<wsorigin allow="&env.WS_ORIGIN_ALLOW;">
|
||||
|
||||
<xlinedb filename="/var/lib/inspircd/xline.db"
|
||||
|
Loading…
Reference in New Issue
Block a user