mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Match USERINPUT/USEROUTPUT identifiers
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12004 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
ab4b307b74
commit
9566b0bb15
@ -26,7 +26,6 @@
|
||||
#else
|
||||
#include "inspircd_win32wrapper.h"
|
||||
/** Windows defines these already */
|
||||
#undef DELETE
|
||||
#undef ERROR
|
||||
#endif
|
||||
|
||||
|
0
src/modules/m_nationalchars.cpp
Executable file → Normal file
0
src/modules/m_nationalchars.cpp
Executable file → Normal file
@ -1012,7 +1012,7 @@ void LocalUser::Write(const std::string& text)
|
||||
return;
|
||||
}
|
||||
|
||||
ServerInstance->Logs->Log("USEROUTPUT", DEBUG,"C[%d] O %s", this->GetFd(), text.c_str());
|
||||
ServerInstance->Logs->Log("USEROUTPUT", DEBUG,"C[%s] O %s", uuid.c_str(), text.c_str());
|
||||
|
||||
this->AddWriteBuf(text);
|
||||
this->AddWriteBuf(wide_newline);
|
||||
|
Loading…
x
Reference in New Issue
Block a user