]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/aClient.cpp
Working on doing the identify/register scheme. Right now, there are problems with...
[irc/gameservirc.git] / gameserv / aClient.cpp
index f7fc5d86049a9d2c3864e671e78e80caedf06cc2..6aee7d0c96da4636fc44913d768eafc8d12afe68 100644 (file)
@@ -28,7 +28,7 @@ aClient::~aClient()
     cout << "aClient deleted: " << *this;
     if (stats)
     {
-       cout << ' ' << stats->name;
+       cout << ' ' << stats->name << endl << flush;
        delete stats;
     }
     cout << endl;