ergo: remove additional-nick-limit

This commit is contained in:
Shivaram Lingamneni
2021-06-18 18:43:45 -04:00
parent a7d7436929
commit 50b36f281d

View File

@ -58,7 +58,6 @@ BASE_CONFIG = {
}, },
"nick-reservation": { "nick-reservation": {
"enabled": True, "enabled": True,
"additional-nick-limit": 2,
"method": "strict", "method": "strict",
}, },
}, },