X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fusers.cpp;h=72a6c23af9e0bcd49a0e4a0530fb73b760a27ea7;hb=13db09631308c6772caace7cc6e5b87e45545b76;hp=0f1ee74660968c2abb73dae51619dc9eb3d34c4b;hpb=9ebda853f5bc470858501897442610699a5fd5de;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/users.cpp b/src/users.cpp index 0f1ee7466..72a6c23af 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -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)