mirror of
https://github.com/anope/anope.git
synced 2026-07-04 17:53:12 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -75,7 +75,7 @@ private:
|
||||
return;
|
||||
}
|
||||
|
||||
void DoList(CommandSource &source, NickCore *nc, const Anope::string &mask)
|
||||
static void DoList(CommandSource &source, NickCore *nc, const Anope::string &mask)
|
||||
{
|
||||
unsigned i, end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user