summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index a070e5099..9eeec73a3 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -654,7 +654,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets)
* most, 20 or so, so this won't be much of a performance
* hit at all.
*/
- if (!process_module_sockets)
+ if (process_module_sockets)
DoSocketTimeouts(TIME);
TickTimers(TIME);