[Phpfreechat-svn] SF.net SVN: phpfreechat: [829] trunk/src/phpfreechat.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-10-16 15:17:33
|
Revision: 829 http://svn.sourceforge.net/phpfreechat/?rev=829&view=rev Author: kerphi Date: 2006-10-16 08:17:20 -0700 (Mon, 16 Oct 2006) Log Message: ----------- [en] Bug fix: private messages + quit command makes problems with the displayed user's list [1h] [fr] Bug fix : lorsqu'on est en PV et que l'on quitte le chat intentionnellement, le nick est deconnect?\195?\169 de tous les channels sauf des messages prives. [1h] Modified Paths: -------------- trunk/src/phpfreechat.class.php Modified: trunk/src/phpfreechat.class.php =================================================================== --- trunk/src/phpfreechat.class.php 2006-10-16 14:46:26 UTC (rev 828) +++ trunk/src/phpfreechat.class.php 2006-10-16 15:17:20 UTC (rev 829) @@ -365,6 +365,7 @@ // @todo: move this code in a proxy if ($rawcmd != "update" && $rawcmd != "leave" && // do not open the pv tab when other user close the tab + $rawcmd != "quit" && $rawcmd != "privmsg2") { // alert the other from the new pv This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |