mirror of
https://github.com/anope/anope.git
synced 2026-07-07 02:03:15 +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 CommandCSSetDescription : public Command
|
||||
{
|
||||
public:
|
||||
CommandCSSetDescription(const ci::string &cname, const std::string &cpermission = "") : Command(cname, 2, 2, cpermission)
|
||||
CommandCSSetDescription(const ci::string &cname, const ci::string &cpermission = "") : Command(cname, 2, 2, cpermission)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ class CSSetDescription : public Module
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
if (c)
|
||||
c->AddSubcommand(new CommandCSSetDescription("DESC"));
|
||||
|
||||
|
||||
c = FindCommand(ChanServ, "SASEt");
|
||||
if (c)
|
||||
c->AddSubcommand(new CommandCSSASetDescription("DESC"));
|
||||
|
||||
Reference in New Issue
Block a user