summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r--src/userprocess.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp
index b738c8096..43edb56b1 100644
--- a/src/userprocess.cpp
+++ b/src/userprocess.cpp
@@ -333,13 +333,7 @@ void InspIRCd::DoBackgroundUserStuff(time_t TIME)
*/
curr->FlushWriteBuf();
- if (*curr->GetWriteError())
- {
- GlobalGoners.AddItem(curr,curr->GetWriteError());
- continue;
- }
}
-
}
/* If theres nothing to do, trigger in the next second, something might come up */