Perl parser works, still needs a little cleanup

This commit is contained in:
KimLS
2013-05-09 14:52:20 -07:00
parent b6c0e7c302
commit 0e4ac63b6b
10 changed files with 4528 additions and 4846 deletions
-2
View File
@@ -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);