[wpdev-commits] wolfpack/network uosocket.cpp,1.429,1.430
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-16 14:06:41
|
Update of /cvsroot/wpdev/wolfpack/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13209/network Modified Files: uosocket.cpp Log Message: Updates Index: uosocket.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.cpp,v retrieving revision 1.429 retrieving revision 1.430 diff -C2 -d -r1.429 -r1.430 *** uosocket.cpp 12 Oct 2004 13:13:49 -0000 1.429 --- uosocket.cpp 16 Oct 2004 14:06:31 -0000 1.430 *************** *** 1719,1723 **** // There is one special case. if the user has the body 0x3db and the first char // of the speech is = then it's always a command ! if ( ( _player->body() == 0x3DB ) && speech.startsWith( Config::instance()->commandPrefix() ) ) Commands::instance()->process( this, speech.right( speech.length() - 1 ) ); else if ( speech.startsWith( Config::instance()->commandPrefix() ) ) --- 1719,1723 ---- // There is one special case. if the user has the body 0x3db and the first char // of the speech is = then it's always a command ! if ( ( _player->body() == 0x3DB ) && speech.startsWith( "=" ) ) Commands::instance()->process( this, speech.right( speech.length() - 1 ) ); else if ( speech.startsWith( Config::instance()->commandPrefix() ) ) |