mirror of
https://github.com/anope/anope.git
synced 2026-07-09 08:43:14 +02:00
Fixed subcommands
This commit is contained in:
@@ -149,11 +149,11 @@ class CSSetPersist : 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);
|
||||
}
|
||||
|
||||
~CSSetPersist()
|
||||
|
||||
Reference in New Issue
Block a user