[jetrix-cvs] jetrix/src/site dev-guide.php,1.8,1.9
Brought to you by:
smanux
From: Emmanuel B. <sm...@us...> - 2005-06-08 17:07:37
|
Update of /cvsroot/jetrix/jetrix/src/site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20638/src/site Modified Files: dev-guide.php Log Message: The name of the channel in the listchan result should not contain the leading # Index: dev-guide.php =================================================================== RCS file: /cvsroot/jetrix/jetrix/src/site/dev-guide.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** dev-guide.php 7 Jan 2005 10:56:42 -0000 1.8 --- dev-guide.php 8 Jun 2005 17:07:21 -0000 1.9 *************** *** 98,102 **** <div class="code">"<name>" "<description>" <playernum> <playermax> <priority> <status></div> <pre> ! name the name of the channel description the description or topic of the channel playernum the number of players in this channel --- 98,102 ---- <div class="code">"<name>" "<description>" <playernum> <playermax> <priority> <status></div> <pre> ! name the name of the channel (without the leading #) description the description or topic of the channel playernum the number of players in this channel |