diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 |
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); |