mirror of
https://github.com/anope/anope.git
synced 2026-07-05 07:33:13 +02:00
Moved the core pseudo clients out into their own modules
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
/*************************************************************************/
|
||||
|
||||
#include "module.h"
|
||||
#include "chanserv.h"
|
||||
|
||||
class CommandCSStatus : public Command
|
||||
{
|
||||
@@ -66,7 +67,7 @@ class CSStatus : public Module
|
||||
this->SetAuthor("Anope");
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(ChanServ, &commandcsstatus);
|
||||
this->AddCommand(chanserv->Bot(), &commandcsstatus);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user