diff options
Diffstat (limited to 'modules/joinflood.cpp')
| -rw-r--r-- | modules/joinflood.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/joinflood.cpp b/modules/joinflood.cpp index ce61b1f82..f5d8596d9 100644 --- a/modules/joinflood.cpp +++ b/modules/joinflood.cpp @@ -169,7 +169,7 @@ public: ignoreuntil = std::max<time_t>(ignoreuntil, ServerInstance->Time() + splitwait); } - 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) { |
