mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 12:06:41 +00:00
connthrottle module was disabled for some reason
This commit is contained in:
parent
211fcff0d2
commit
390fd4b06c
@ -2,7 +2,7 @@
|
||||
loadmodule "cloak_sha256";
|
||||
|
||||
// User Commands (Minimal)
|
||||
#loadmodule "admin";
|
||||
loadmodule "admin";
|
||||
loadmodule "away";
|
||||
loadmodule "invite";
|
||||
loadmodule "ison";
|
||||
@ -220,7 +220,7 @@ loadmodule "certfp";
|
||||
loadmodule "channeldb";
|
||||
loadmodule "charsys";
|
||||
loadmodule "connect-flood";
|
||||
#loadmodule "connthrottle";
|
||||
loadmodule "connthrottle";
|
||||
#loadmodule "geoip_base";
|
||||
#loadmodule "geoip_classic";
|
||||
loadmodule "hideserver";
|
||||
|
Loading…
Reference in New Issue
Block a user