[Phpfreechat-svn] SF.net SVN: phpfreechat: [661] trunk/src/pfcglobalconfig.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-01 18:04:04
|
Revision: 661 Author: kerphi Date: 2006-08-01 11:03:47 -0700 (Tue, 01 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=661&view=rev Log Message: ----------- small doc update Modified Paths: -------------- trunk/src/pfcglobalconfig.class.php Modified: trunk/src/pfcglobalconfig.class.php =================================================================== --- trunk/src/pfcglobalconfig.class.php 2006-08-01 18:01:18 UTC (rev 660) +++ trunk/src/pfcglobalconfig.class.php 2006-08-01 18:03:47 UTC (rev 661) @@ -60,7 +60,7 @@ var $start_minimized = false; var $height = "440px"; var $width = ""; - var $shownotice = 3; // show: 0 = nothing, 1 = just nickname changes, 2 = connect/quit, 3 = 1+2 + var $shownotice = 3; // show: 0 = nothing, 1 = just nickname changes, 2 = join/quit, 3 = 1+2 var $nickmarker = true; // show/hide nicknames colors var $clock = true; // show/hide dates and hours var $openlinknewwindow = true; // used to open the links in a new window This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |