aboutsummaryrefslogtreecommitdiffstats
path: root/modules/operchans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/operchans.cpp')
-rw-r--r--modules/operchans.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/operchans.cpp b/modules/operchans.cpp
index 5c9663f93..882773813 100644
--- a/modules/operchans.cpp
+++ b/modules/operchans.cpp
@@ -92,7 +92,7 @@ public:
{
}
- ModResult OnUserPreJoin(LocalUser* user, Channel* chan, const std::string& cname, std::string& privs, const std::string& keygiven, bool override) override
+ ModResult OnUserPreJoin(LocalUser* user, Channel* chan, const std::string& cname, PrefixMode::Set& privs, const std::string& keygiven, bool override) override
{
if (!override && chan && chan->IsModeSet(oc) && !user->IsOper())
{