From d8e1dec0c551b2f5a1d8827a6819e16934da95aa Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 17 Jan 2007 17:47:05 +0000 Subject: Log client output, so we can actually see what we're sending out, and make more sense of stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6361 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 1 + 1 file changed, 1 insertion(+) 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 (...) -- cgit v1.2.3