diff options
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index cadccc3fc..962badfb0 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -833,6 +833,7 @@ void WriteCommon(userrec *u, char* text, ...) { char* o = (*ulist)[j]; userrec* otheruser = (userrec*)o; + log(DEBUG,"WriteCommon: Sending to: %s",otheruser->nick); WriteFrom(otheruser->fd,u,"%s",textbuffer); } } |