1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 11:33:14 +02:00

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
This commit is contained in:
Adam-
2009-09-15 21:00:51 +00:00
parent 2ee049d7d8
commit 68592b0445
118 changed files with 151 additions and 154 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ class CSAppendTopic : public Module
this->SetVersion(VERSION);
this->SetType(SUPPORTED);
this->AddCommand(CHANSERV, new CommandCSAppendTopic(), MOD_HEAD);
this->AddCommand(CHANSERV, new CommandCSAppendTopic());
/* English (US) */
const char* langtable_en_us[] = {