mirror of
https://github.com/anope/anope.git
synced 2026-06-25 03:26:38 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -368,7 +368,7 @@ class ProtoPlexus final
|
||||
IRCDMessageServer message_server;
|
||||
IRCDMessageUID message_uid;
|
||||
|
||||
void AddModes()
|
||||
static void AddModes()
|
||||
{
|
||||
/* Add user modes */
|
||||
ModeManager::AddUserMode(new UserModeOperOnly("ADMIN", 'a'));
|
||||
|
||||
Reference in New Issue
Block a user