mirror of
https://github.com/anope/anope.git
synced 2026-06-30 20:46:38 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -514,7 +514,7 @@ class ProtoBahamut final
|
||||
IRCDMessageSJoin message_sjoin;
|
||||
IRCDMessageTopic message_topic;
|
||||
|
||||
void AddModes()
|
||||
static void AddModes()
|
||||
{
|
||||
/* Add user modes */
|
||||
ModeManager::AddUserMode(new UserModeOperOnly("SERV_ADMIN", 'A'));
|
||||
|
||||
Reference in New Issue
Block a user