diff options
Diffstat (limited to 'src/command_parse.cpp')
| -rw-r--r-- | src/command_parse.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 52ef4a6ce..495a8f605 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -425,11 +425,8 @@ void CommandParser::ProcessBuffer(std::string &buffer,userrec *user) if (buffer.length()) { - if (!user->muted) - { - ServerInstance->Log(DEBUG,"C[%d] -> :%s %s",user->GetFd(), user->nick, buffer.c_str()); - this->ProcessCommand(user,buffer); - } + ServerInstance->Log(DEBUG,"C[%d] -> :%s %s",user->GetFd(), user->nick, buffer.c_str()); + this->ProcessCommand(user,buffer); } } |
