mirror of
https://github.com/anope/anope.git
synced 2026-07-04 22:53:12 +02:00
Fixed subcommands
This commit is contained in:
@@ -161,9 +161,9 @@ class NSSetMisc : public Module
|
||||
}
|
||||
|
||||
if (set)
|
||||
set->AddSubcommand(new CommandNSSetMisc(cname, desc));
|
||||
set->AddSubcommand(this, new CommandNSSetMisc(cname, desc));
|
||||
if (saset)
|
||||
saset->AddSubcommand(new CommandNSSASetMisc(cname, desc));
|
||||
saset->AddSubcommand(this, new CommandNSSASetMisc(cname, desc));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user