X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fuserprocess.cpp;h=44ed3559b5b1e65d094ca51a9c9cef860622b528;hb=683055a13b0cb5c41556eaafef99af27edf1e868;hp=30260f23eef69effe25281d90415689c13d7b992;hpb=be2a677ddd01859a61f484aa8f1e5d916a8f3ca5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/userprocess.cpp b/src/userprocess.cpp index 30260f23e..44ed3559b 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -107,7 +107,7 @@ void ProcessUserHandler::Call(User* cu) } /* If user is over penalty, dont process here, just build up */ - if (!current->Penalty < 10) + if (current->Penalty < 10) Server->Parser->DoLines(current); return;