diff options
Diffstat (limited to 'modules/cban.cpp')
| -rw-r--r-- | modules/cban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cban.cpp b/modules/cban.cpp index c0e69c9fb..02cfbb6ef 100644 --- a/modules/cban.cpp +++ b/modules/cban.cpp @@ -198,7 +198,7 @@ public: return MOD_RES_DENY; } - 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; |
