aboutsummaryrefslogtreecommitdiffstats
path: root/modules/account.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/account.cpp')
-rw-r--r--modules/account.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/account.cpp b/modules/account.cpp
index 1d6d416b2..491c25fa2 100644
--- a/modules/account.cpp
+++ b/modules/account.cpp
@@ -283,7 +283,7 @@ public:
return HandleMessage(user, target);
}
- 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)
return MOD_RES_PASSTHRU;