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