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