diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-08 16:31:13 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-08 16:31:13 +0000 |
commit | 83539a90a98841bf77e7d09d1faed9a4cc30c504 (patch) | |
tree | ba0bfea757a5180d2832807233b24133be73a692 /include/commands.h | |
parent | e701a1e2adf0453e1a32bce38b1a70a05cd8f06b (diff) |
Remove completely unused and quite duplicated run_cmd() vs mod_run_cmd().
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1594 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/commands.h b/include/commands.h index bff95eb16..f426f38d7 100644 --- a/include/commands.h +++ b/include/commands.h @@ -21,8 +21,6 @@ */ extern MDE Command *lookup_cmd(Command *list, char *name); -extern void run_cmd(char *service, User *u, Command *list, - char *name); extern void help_cmd(char *service, User *u, Command *list, char *name); extern void do_run_cmd(char *service, User * u, Command *c,const char *cmd); |