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