summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/users.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 78c72801d..7f06cfdec 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1333,6 +1333,7 @@ void userrec::Write(std::string text)
try
{
+ ServerInstance->Log(DEBUG,"<- :%s %s", this->nick, text.c_str());
text.append("\r\n");
}
catch (...)