mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -15,7 +15,7 @@ class CommandBSInfo final
|
||||
: public Command
|
||||
{
|
||||
private:
|
||||
void send_bot_channels(std::vector<Anope::string> &buffers, const BotInfo *bi)
|
||||
static void send_bot_channels(std::vector<Anope::string> &buffers, const BotInfo *bi)
|
||||
{
|
||||
Anope::string buf;
|
||||
for (const auto &[_, ci] : *RegisteredChannelList)
|
||||
|
||||
Reference in New Issue
Block a user