mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Don't background process quitting users (there's no point), half fixes Jason's issue..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9761 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
84235673df
commit
2df1a3de45
@ -171,6 +171,9 @@ void InspIRCd::DoBackgroundUserStuff()
|
||||
{
|
||||
User *curr = *count2;
|
||||
|
||||
if (curr->quitting)
|
||||
continue;
|
||||
|
||||
if (curr->Penalty)
|
||||
{
|
||||
curr->Penalty--;
|
||||
|
Loading…
x
Reference in New Issue
Block a user