libirc.php
changeset 31 d75124700259
parent 30 2cfcd2801e5a
child 32 236fd4f65752
--- 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 )
     {