diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-26 16:41:07 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-26 16:41:07 +0000 |
commit | 7107ec12d8640d35cfe3d5002db1bc1deb33625d (patch) | |
tree | 72597b00288c0d895880e24a97cadb8a178b5517 /src/userprocess.cpp | |
parent | ee913368d7162dbe0dd119091f8b468eb7be0f1a (diff) |
Flexible SendQ
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11766 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r-- | src/userprocess.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index bc354fa6d..4da623590 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -61,11 +61,6 @@ void InspIRCd::DoBackgroundUserStuff() curr->OnDataReady(); } - if (curr->getSendQSize() == 0) - { - FOREACH_MOD(I_OnBufferFlushed,OnBufferFlushed(curr)); - } - switch (curr->registered) { case REG_ALL: |