mirror of
https://github.com/anope/anope.git
synced 2026-07-01 12:06:38 +02:00
Mark the new commands/ modules as CORE and fixed a typo in the example.conf
This commit is contained in:
@@ -301,7 +301,7 @@ class HSRequest : public Module
|
||||
CommandHSWaiting commandhswaiting;
|
||||
|
||||
public:
|
||||
HSRequest(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED),
|
||||
HSRequest(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
|
||||
commandhsrequest(this), commandhsactive(this), commandhsreject(this), commandhswaiting(this)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
Reference in New Issue
Block a user