diff options
| author | 2026-01-04 12:04:18 +0100 | |
|---|---|---|
| committer | 2026-01-04 12:04:18 +0100 | |
| commit | f33229ebde7e65b7cde07883e78b15e15952499d (patch) | |
| tree | 71625ef7c8e72afe861f0966b352b4598a2859c5 /modules/operprefix.cpp | |
| parent | Add join time to the membership identifier. (diff) | |
| parent | Remove a v3-only notice, attempt two. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/operprefix.cpp')
| -rw-r--r-- | modules/operprefix.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/operprefix.cpp b/modules/operprefix.cpp index 896967f5c..d0c16492f 100644 --- a/modules/operprefix.cpp +++ b/modules/operprefix.cpp @@ -113,8 +113,7 @@ public: 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("opermodes"); - ServerInstance->Modules.SetPriority(this, I_OnPostOperLogin, PRIORITY_AFTER, opermodes); + ServerInstance->Modules.SetPriority(this, I_OnPostOperLogin, PRIORITY_AFTER, "opermodes"); } }; |
