Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands
In directory usw-pr-cvs1:/tmp/cvs-serv26480/chat/lib/commands
Modified Files:
me.cmd.php3
Log Message:
Move a space character to allow the use of a smiley at first position of the message
Index: me.cmd.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands/me.cmd.php3,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** me.cmd.php3 2001/05/07 21:15:00 1.7
--- me.cmd.php3 2001/05/10 11:46:33 1.8
***************
*** 29,33 ****
// Do the '/me' transformation
! $message = '<b>* ' . $dbSessionVars['nick'] . ' </b>'. $cmd[1];
// Format original message and set enhanced one (with graphical smilies)
--- 29,33 ----
// Do the '/me' transformation
! $message = '<b>* ' . $dbSessionVars['nick'] . '</b> '. $cmd[1];
// Format original message and set enhanced one (with graphical smilies)
|