--- stuff/messagehandler.php.orig	2007-02-09 15:02:28.000000000 +0000
+++ /usr/share/php/Net/SmartIRC/messagehandler.php	2007-02-14 21:57:10.000000000 +0000
@@ -236,7 +236,7 @@
                 $this->message(SMARTIRC_TYPE_CTCP, $ircdata->nick, 'PING '.substr($ircdata->message, 5, -1));
             } elseif (substr($ircdata->message, 1, 7) == 'VERSION') {
                 if (!empty($this->_ctcpversion)) {
-                    $versionstring = $this->_ctcpversion.' | using '.SMARTIRC_VERSIONSTRING;
+                    $versionstring = $this->_ctcpversion;
                 } else {
                     $versionstring = SMARTIRC_VERSIONSTRING;
                 }
@@ -408,4 +408,4 @@
         $this->_nicknameinuse();
     }
 }
-?>
\ No newline at end of file
+?>
