summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r--src/userprocess.cpp5
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: