diff options
| author | 2020-11-04 13:31:03 +0000 | |
|---|---|---|
| committer | 2020-11-04 13:37:14 +0000 | |
| commit | 2310b03ad503a2712f868d52ce37ec6a3943e261 (patch) | |
| tree | f1fde6b7045d0c545f87809bc2afb3f596f23e4c /src/modules/m_operprefix.cpp | |
| parent | Move config typedefs to ServerConfig and use auto in more places. (diff) | |
Initial support for platform-specific module file extensions.
Diffstat (limited to 'src/modules/m_operprefix.cpp')
| -rw-r--r-- | src/modules/m_operprefix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_operprefix.cpp b/src/modules/m_operprefix.cpp index 8678c3d52..b5c6eb77d 100644 --- a/src/modules/m_operprefix.cpp +++ b/src/modules/m_operprefix.cpp @@ -110,7 +110,7 @@ class ModuleOperPrefixMode : public Module void Prioritize() override { // m_opermodes may set +H on the oper to hide him, we don't want to set the oper prefix in that case - Module* opermodes = ServerInstance->Modules.Find("m_opermodes.so"); + Module* opermodes = ServerInstance->Modules.Find("opermodes"); ServerInstance->Modules.SetPriority(this, I_OnPostOper, PRIORITY_AFTER, opermodes); } }; |
