diff -r 2cfcd2801e5a -r d75124700259 libirc.php --- a/libirc.php Sun Dec 07 01:55:03 2008 -0500 +++ b/libirc.php Sun Dec 07 08:45:54 2008 -0500 @@ -424,7 +424,7 @@ $this->quitted = true; // Part all channels if ( !$partmsg ) - $partmsg = 'IRC bot powered by PHP/' . PHP_VERSION . ' libirc/' . REQUEST_IRC_VERSION; + $partmsg = 'Closing connection (no reason given)'; foreach ( $this->channels as $channel ) {