mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Perl parser works, still needs a little cleanup
This commit is contained in:
@@ -60,8 +60,6 @@ int command_add(const char *command_string, const char *desc, int access, CmdFun
|
||||
int command_notavail(Client *c, const char *message);
|
||||
int command_realdispatch(Client *c, char const *message);
|
||||
void command_logcommand(Client *c, const char *message);
|
||||
int command_add_perl(const char *command_string, const char *desc, int access);
|
||||
void command_clear_perl();
|
||||
|
||||
//commands
|
||||
void command_resetaa(Client* c,const Seperator *sep);
|
||||
|
||||
Reference in New Issue
Block a user