summaryrefslogtreecommitdiff
path: root/src/core/os_help.c
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-09-15 21:00:51 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-09-15 21:00:51 +0000
commit68592b0445ba7abe96c9fff04fa55482e5a389ab (patch)
tree8e90e6b80df919335becaf27804c61c254da87e2 /src/core/os_help.c
parent2ee049d7d87d85bd95d2d96b11346054cfabf527 (diff)
Removed command position from Module::AddCommand(), it is no longer used because of OnPreCommand/OnPostCommand
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2505 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/os_help.c')
-rw-r--r--src/core/os_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_help.c b/src/core/os_help.c
index 74bfb5d20..30fd51bca 100644
--- a/src/core/os_help.c
+++ b/src/core/os_help.c
@@ -44,7 +44,7 @@ class OSHelp : public Module
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetType(CORE);
- this->AddCommand(OPERSERV, new CommandOSHelp(), MOD_UNIQUE);
+ this->AddCommand(OPERSERV, new CommandOSHelp());
}
};