mirror of
https://github.com/anope/anope.git
synced 2026-07-01 12:46:39 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -294,7 +294,7 @@ class CommandCSFlags final
|
||||
source.Reply(_("Flags for \002%s\002 on %s set to +\002%s\002"), access->Mask().c_str(), ci->name.c_str(), access->AccessSerialize().c_str());
|
||||
}
|
||||
|
||||
void DoList(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms)
|
||||
static void DoList(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms)
|
||||
{
|
||||
const Anope::string &arg = params.size() > 2 ? params[2] : "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user