[wpdev-commits] wolfpack commands.cpp,1.249,1.250
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-17 12:57:01
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26729 Modified Files: commands.cpp Log Message: Removed who from the core Index: commands.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/commands.cpp,v retrieving revision 1.249 retrieving revision 1.250 diff -C2 -d -r1.249 -r1.250 *** commands.cpp 13 Jul 2004 22:51:07 -0000 1.249 --- commands.cpp 17 Jul 2004 12:56:51 -0000 1.250 *************** *** 448,465 **** /* - \command who - \description Manage connected clients. - \notes The gump shown will allow you to travel to the client, send messages or bring them directly to you. - */ - void commandWho( cUOSocket* socket, const QString& command, const QStringList& args ) throw() - { - Q_UNUSED( args ); - Q_UNUSED( command ); - // Who - cWhoMenuGump* pGump = new cWhoMenuGump( 1 ); - socket->send( pGump ); - } - - /* \command pages \description Manage support tickets. --- 448,451 ---- *************** *** 943,947 **** { "STAFF", commandStaff }, { "SPAWNREGION", commandSpawnRegion }, - { "WHO", commandWho }, { NULL, NULL } }; --- 929,932 ---- |