diff options
| author | 2025-03-28 11:18:30 +0000 | |
|---|---|---|
| committer | 2025-03-28 11:18:30 +0000 | |
| commit | d6122e692b0f710e00a0547d77d1cce23dad4daf (patch) | |
| tree | be73207c887b82ec490345412f68afa4c33c66cc /modules/sqlauth.cpp | |
| parent | Move DefaultIsNick/DefaultIsUser/IsNick/IsUser to UserManager. (diff) | |
Remove more v3 config compat.
Diffstat (limited to 'modules/sqlauth.cpp')
| -rw-r--r-- | modules/sqlauth.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/sqlauth.cpp b/modules/sqlauth.cpp index cf7da4476..2c8196ff7 100644 --- a/modules/sqlauth.cpp +++ b/modules/sqlauth.cpp @@ -167,12 +167,6 @@ public: exemptions.push_back(mask); } - // Begin v3 config compatibility. - const std::string allowpattern = conf->getString("allowpattern"); - if (!allowpattern.empty()) - exemptions.push_back(allowpattern + "!*@*"); - // End v3 config compatibility. - hash_algos.clear(); irc::commasepstream algos(conf->getString("hash", "sha1,sha256")); std::string algo; |
