From fc7eba500a05eaf51a0f72d6ca1e91085698b38a Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 1 Dec 2008 18:10:22 +0000 Subject: Remove OverPenalty, saves sizeof(bool) per user. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10836 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/command_parse.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/command_parse.cpp') diff --git a/src/command_parse.cpp b/src/command_parse.cpp index e6b38242c..886824d20 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -356,8 +356,6 @@ bool CommandParser::ProcessCommand(User *user, std::string &cmd) { user->IncreasePenalty(cm->second->Penalty); do_more = (user->Penalty < 10); - if (!do_more) - user->OverPenalty = true; } /* activity resets the ping pending timer */ -- cgit v1.2.3