Implement first pieces of #log

This commit is contained in:
Akkadius
2015-01-20 23:18:23 -06:00
parent 7101d84b27
commit 1871c3f24f
2 changed files with 28 additions and 1 deletions
+1
View File
@@ -323,6 +323,7 @@ void command_merchantopenshop(Client *c, const Seperator *sep);
void command_merchantcloseshop(Client *c, const Seperator *sep);
void command_shownumhits(Client *c, const Seperator *sep);
void command_logtest(Client *c, const Seperator *sep);
void command_log(Client *c, const Seperator *sep);
#ifdef EQPROFILE
void command_profiledump(Client *c, const Seperator *sep);