mirror of
https://github.com/anope/anope.git
synced 2026-07-04 05:53:12 +02:00
Fixed subcommands
This commit is contained in:
@@ -133,11 +133,11 @@ class NSSetHide : public Module
|
||||
|
||||
Command *c = FindCommand(NickServ, "SET");
|
||||
if (c)
|
||||
c->AddSubcommand(&commandnssethide);
|
||||
c->AddSubcommand(this, &commandnssethide);
|
||||
|
||||
c = FindCommand(NickServ, "SASET");
|
||||
if (c)
|
||||
c->AddSubcommand(&commandnssasethide);
|
||||
c->AddSubcommand(this, &commandnssasethide);
|
||||
}
|
||||
|
||||
~NSSetHide()
|
||||
|
||||
Reference in New Issue
Block a user