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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user