mirror of
https://github.com/anope/anope.git
synced 2026-07-08 06:43:12 +02:00
Remove or fix various useless uses of const.
This commit is contained in:
@@ -107,7 +107,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
const Anope::string GetDesc(CommandSource &source) const override
|
||||
Anope::string GetDesc(CommandSource &source) const override
|
||||
{
|
||||
return Anope::Format(Language::Translate(source.GetAccount(), _("Allows you to see %s information about a channel or a bot")), source.service->nick.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user