mirror of
https://github.com/anope/anope.git
synced 2026-07-01 18:26:39 +02:00
Fixed subcommands
This commit is contained in:
@@ -158,9 +158,9 @@ class CSSetMisc : public Module
|
||||
}
|
||||
|
||||
if (set)
|
||||
set->AddSubcommand(new CommandCSSetMisc(cname, desc));
|
||||
set->AddSubcommand(this, new CommandCSSetMisc(cname, desc));
|
||||
if (saset)
|
||||
saset->AddSubcommand(new CommandCSSASetMisc(cname, desc));
|
||||
saset->AddSubcommand(this, new CommandCSSASetMisc(cname, desc));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user