diff options
| author | 2012-10-06 21:43:20 +0200 | |
|---|---|---|
| committer | 2012-11-12 21:48:42 +0100 | |
| commit | a4db7bf9af00b32d4f5c1922997d02b0b8be59e5 (patch) | |
| tree | 2fd4c4ee2344300285f919968760f27f9ca41df4 /src/modules/m_maphide.cpp | |
| parent | m_operprefix Enhance compatibility with m_hideoper using a ModeWatcher (diff) | |
Remove usage of the deprecated ConfigReader
Diffstat (limited to 'src/modules/m_maphide.cpp')
| -rw-r--r-- | src/modules/m_maphide.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_maphide.cpp b/src/modules/m_maphide.cpp index b78cd2c7e..f3f472519 100644 --- a/src/modules/m_maphide.cpp +++ b/src/modules/m_maphide.cpp @@ -34,8 +34,7 @@ class ModuleMapHide : public Module void OnRehash(User* user) { - ConfigReader MyConf; - url = MyConf.ReadValue("security", "maphide", 0); + url = ServerInstance->Config->ConfValue("security")->getString("maphide"); } ModResult OnPreCommand(std::string &command, std::vector<std::string> ¶meters, LocalUser *user, bool validated, const std::string &original_line) |
