diff options
| author | 2008-02-17 00:05:02 +0000 | |
|---|---|---|
| committer | 2008-02-17 00:05:02 +0000 | |
| commit | 3301091db604253bff9234fe9bb964d1c4366d2f (patch) | |
| tree | 8b34dd263af6cafad81e4ab68d738827c73e3a37 /src/command_parse.cpp | |
| parent | Backport SendXLines() fix on netburst (don't buffer loads of lines at once), ... (diff) | |
Seperate USERIO into USERINPUT and USEROUTPUT
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8949 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
| -rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index bc84982eb..492281e9a 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -413,7 +413,7 @@ bool CommandParser::ProcessBuffer(std::string &buffer,User *user) if (buffer.length()) { - ServerInstance->Logs->Log("USERIO", DEBUG,"C[%d] I :%s %s",user->GetFd(), user->nick, buffer.c_str()); + ServerInstance->Logs->Log("USERINPUT", DEBUG,"C[%d] I :%s %s",user->GetFd(), user->nick, buffer.c_str()); return this->ProcessCommand(user,buffer); } |
