mirror of
https://github.com/anope/anope.git
synced 2026-06-29 03:06:37 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -356,7 +356,7 @@ class ProtoSolanum final
|
||||
|
||||
bool use_server_side_mlock;
|
||||
|
||||
void AddModes()
|
||||
static void AddModes()
|
||||
{
|
||||
/* Add user modes */
|
||||
ModeManager::AddUserMode(new UserMode("NOFORWARD", 'Q'));
|
||||
|
||||
Reference in New Issue
Block a user