diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index ba5b9c572..8cf2d9dd0 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -2693,7 +2693,7 @@ void ShowMOTD(userrec *user) WholeMOTD = WholeMOTD + std::string(":") + std::string(ServerName) + std::string(" 376 ") + std::string(user->nick) + std::string(" :End of message of the day.\r\n"); // only one write operation send(user->fd,WholeMOTD.c_str(),WholeMOTD.length(),0); - + statsSent += WholeMOTD.length(); } void ShowRULES(userrec *user) |