]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Remove references to the long dead SQLv2 from the pgsql module.
[user/henk/code/inspircd.git] / src / users.cpp
index 0f1ee74660968c2abb73dae51619dc9eb3d34c4b..72a6c23af9e0bcd49a0e4a0530fb73b760a27ea7 100644 (file)
@@ -508,7 +508,7 @@ void LocalUser::CheckClass(bool clone_count)
        }
        else if (a->type == CC_DENY)
        {
-               ServerInstance->Users->QuitUser(this, a->config->getString("reason", "Unauthorised connection"));
+               ServerInstance->Users->QuitUser(this, a->config->getString("reason", "Unauthorised connection", 1));
                return;
        }
        else if (clone_count)