mirror of
https://github.com/anope/anope.git
synced 2026-07-03 09:53:12 +02:00
The first of a few "CBX OCDing over code style" commits, focusing on include/* and src/* but not src/core/* or src/modules/*.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
class CommandCSSetSecureOps : public Command
|
||||
{
|
||||
public:
|
||||
CommandCSSetSecureOps(const ci::string &cname, const std::string &cpermission = "") : Command(cname, 2, 2, cpermission)
|
||||
CommandCSSetSecureOps(const ci::string &cname, const ci::string &cpermission = "") : Command(cname, 2, 2, cpermission)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ class CSSetSecureOps : public Module
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
if (c)
|
||||
c->AddSubcommand(new CommandCSSetSecureOps("SECUREOPS"));
|
||||
|
||||
|
||||
c = FindCommand(ChanServ, "SASET");
|
||||
if (c)
|
||||
c->AddSubcommand(new CommandCSSASetSecureOps("SECUREOPS"));
|
||||
|
||||
Reference in New Issue
Block a user