Remove distinction between /# and / commands
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 13 Aug 2011 15:09:23 +0000 (17:09 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 22 Aug 2011 11:02:08 +0000 (13:02 +0200)
commit153f07fdfb60ddfeeb3bdb59e5f061e870334d3a
tree961d5038cdb5dd644cc8925b344c47182c7794f5
parent7e610aece52ad547d4ae263aff5297342d5a4bff
Remove distinction between /# and / commands

No need to make the server command syntax more complicated than
necessary. If the need ever arise, we'll find some other way to
distinguish the client commands. Also, the /# syntax is deprecated and
will be made obsolete in time.
src/game.cpp
src/server.cpp