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