]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/aClient.cpp
* Added some admin features.
[irc/gameservirc.git] / gameserv / aClient.cpp
index f7fc5d86049a9d2c3864e671e78e80caedf06cc2..e95c33243f620b13280d7757a7b75173e6c93ae5 100644 (file)
@@ -25,13 +25,13 @@ aClient::aClient()
 
 aClient::~aClient()
 {
-    cout << "aClient deleted: " << *this;
+    cout << "aClient deleted: " << *this << flush;
     if (stats)
     {
-       cout << ' ' << stats->name;
+       cout << ' ' << stats->name << ' ' << stats->password << endl << flush;
        delete stats;
     }
-    cout << endl;
+    cout << endl << flush;
 }
 
 ostream &operator<<( ostream &out, const aClient &c )