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