Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv10206/chat
Modified Files:
help_popup.php3
Log Message:
Add the new 'img' command
Index: help_popup.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/help_popup.php3,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** help_popup.php3 2001/04/12 23:45:34 1.5
--- help_popup.php3 2001/04/15 21:26:37 1.6
***************
*** 255,258 ****
--- 255,263 ----
<td><?php echo(L_HELP_CMD_6); ?></td>
</tr>
+ <tr><th align="<?php echo($cellAlign); ?>" colspan="2"><a href="#" onclick="pmcCmd2Input('/IMG', false); return false" class="sender">/img</a></th></tr>
+ <tr>
+ <td width="10"> </td>
+ <td><?php echo(L_HELP_CMD_21); ?></td>
+ </tr>
<tr><th align="<?php echo($cellAlign); ?>" colspan="2"><a href="#" onclick="pmcCmd2Input('/INVITE', true); return false" class="sender">/invite {<?php echo(L_HELP_USR); ?>}</a></th></tr>
<tr>
|