summaryrefslogtreecommitdiff
path: root/src/command.cpp
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-10-06 21:54:55 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-10-06 21:54:55 +0000
commitfb5356ccbcb96f0c71d650876bf4d7571e8e0ffc (patch)
tree3e70765aaceca785875ddf3bc21f31d7125b00ef /src/command.cpp
parent6ac61a185226c30d8ae2a77ddbc94f330852c55c (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 'src/command.cpp')
-rw-r--r--src/command.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/command.cpp b/src/command.cpp
index f3bc7ad1f..fa5b21a2a 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -14,10 +14,6 @@
Command::Command(const std::string &sname, size_t min_params, size_t max_params, const std::string &spermission) : MaxParams(max_params), MinParams(min_params), name(sname), permission(spermission)
{
this->flags = 0;
- this->help_param1 = NULL;
- this->help_param2 = NULL;
- this->help_param3 = NULL;
- this->help_param4 = NULL;
this->core = 0;
this->mod_name = NULL;
this->service = NULL;