diff options
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r-- | src/userprocess.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index 327cd88f3..5ae0812c1 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -201,15 +201,6 @@ void InspIRCd::ProcessUser(userrec* cu) * table, life is much easier (and FASTER) */ EventHandler* new_comp = this->SE->GetRef(currfd); - if (old_comp != new_comp) - { - return; - } - else - { - /* The user is still here, flush their buffer */ - current->FlushWriteBuf(); - } } return; |