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