Move chat commands to Lua and remove servercommand.{cpp,h}
authorMatthew I <matttpt@gmail.com>
Sun, 22 Jul 2012 13:42:43 +0000 (09:42 -0400)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 12 Aug 2012 13:45:58 +0000 (16:45 +0300)
commitb29d609b0bf54345f9c7cb8a1e3d6de6799fa147
tree27fe7910ccc4e1487f0eb56b00868d62b41172a4
parent8a3c777c40e2b61c1ba561ba0c60ab8d281886d2
Move chat commands to Lua and remove servercommand.{cpp,h}

Commands moved:
 /me
 /status
 /time
 /shutdown
 /ban
 /clearobjects
builtin/chatcommands.lua
src/CMakeLists.txt
src/server.cpp
src/servercommand.cpp [deleted file]
src/servercommand.h [deleted file]