mirror of
https://github.com/anope/anope.git
synced 2026-07-10 01:23:14 +02:00
Fixed subcommands
This commit is contained in:
@@ -131,11 +131,11 @@ class CSSetXOP : public Module
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
if (c)
|
||||
c->AddSubcommand(&commandcssetxop);
|
||||
c->AddSubcommand(this, &commandcssetxop);
|
||||
|
||||
c = FindCommand(ChanServ, "SASET");
|
||||
if (c)
|
||||
c->AddSubcommand(&commandcssasetxop);
|
||||
c->AddSubcommand(this, &commandcssasetxop);
|
||||
}
|
||||
|
||||
~CSSetXOP()
|
||||
|
||||
Reference in New Issue
Block a user