mirror of
https://github.com/anope/anope.git
synced 2026-07-02 17:33:13 +02:00
Fixed subcommands
This commit is contained in:
@@ -98,11 +98,11 @@ class CSSetSecureFounder : public Module
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
if (c)
|
||||
c->AddSubcommand(&commandcssetsecurefounder);
|
||||
c->AddSubcommand(this, &commandcssetsecurefounder);
|
||||
|
||||
c = FindCommand(ChanServ, "SASET");
|
||||
if (c)
|
||||
c->AddSubcommand(&commandcssasetsecurefounder);
|
||||
c->AddSubcommand(this, &commandcssasetsecurefounder);
|
||||
}
|
||||
|
||||
~CSSetSecureFounder()
|
||||
|
||||
Reference in New Issue
Block a user