mirror of
https://github.com/anope/anope.git
synced 2026-06-29 16:56:37 +02:00
Fixed subcommands
This commit is contained in:
@@ -91,11 +91,11 @@ class CSSetSecureOps : public Module
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
if (c)
|
||||
c->AddSubcommand(&commandcssetsecureops);
|
||||
c->AddSubcommand(this, &commandcssetsecureops);
|
||||
|
||||
c = FindCommand(ChanServ, "SASET");
|
||||
if (c)
|
||||
c->AddSubcommand(&commandcssasetsecureops);
|
||||
c->AddSubcommand(this, &commandcssasetsecureops);
|
||||
}
|
||||
|
||||
~CSSetSecureOps()
|
||||
|
||||
Reference in New Issue
Block a user