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