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