diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-06 21:54:55 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-06 21:54:55 +0000 |
commit | fb5356ccbcb96f0c71d650876bf4d7571e8e0ffc (patch) | |
tree | 3e70765aaceca785875ddf3bc21f31d7125b00ef /include/modules.h | |
parent | 6ac61a185226c30d8ae2a77ddbc94f330852c55c (diff) |
Destroyed Command::help_param* and rewrote the help part of os_news to be much better
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2538 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/modules.h b/include/modules.h index 45f5bf091..576df6ebc 100644 --- a/include/modules.h +++ b/include/modules.h @@ -285,11 +285,6 @@ class CoreExport Command */ void SetPermission(const std::string &reststr); - char *help_param1; - char *help_param2; - char *help_param3; - char *help_param4; - /* Module related stuff */ int core; /* Can this command be deleted? */ char *mod_name; /* Name of the module who owns us, NULL for core's */ |