mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
parent
70ab975b41
commit
6cfd3e7212
@ -146,7 +146,7 @@ public:
|
||||
|
||||
ModResult OnUserPreJoin(LocalUser* user, Channel* chan, const std::string& cname, std::string& privs, const std::string& keygiven, bool override) override
|
||||
{
|
||||
if (!override)
|
||||
if (override)
|
||||
return MOD_RES_PASSTHRU;
|
||||
|
||||
for (const auto& badchan : badchannels)
|
||||
|
Loading…
x
Reference in New Issue
Block a user