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