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