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