summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authorviper viper@31f1291d-b8d6-0310-a050-a5561fc1590b <viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-03 19:55:36 +0000
committerviper viper@31f1291d-b8d6-0310-a050-a5561fc1590b <viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-03 19:55:36 +0000
commit482a8aa766c9e1a96ff63b44ed319fe51588c35c (patch)
tree0fa77c006e553e8b9154bb7d1dcf649428394a96 /include/commands.h
parent6846e75cc883f690ab4bfa83bdd398d83df5c0c9 (diff)
BUILD : 1.7.21 (1425) BUGS : 873 NOTES : We now show config variables in the help.
git-svn-id: svn://svn.anope.org/anope/trunk@1425 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1140 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index 3edbdf9df..ce7625ae8 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -26,6 +26,7 @@ extern void run_cmd(char *service, User *u, Command *list,
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);
+extern void do_help_limited(char *service, User * u, Command * c);
extern void do_help_cmd(char *service, User * u, Command *c,const char *cmd);
extern MDE void mod_help_cmd(char *service, User *u, CommandHash *cmdTable[],const char *cmd);
extern MDE void mod_run_cmd(char *service, User *u, CommandHash *cmdTable[],const char *cmd);