mirror of
https://github.com/anope/anope.git
synced 2026-06-29 11:16:38 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -624,7 +624,7 @@ class ProtongIRCd final
|
||||
IRCDMessageServer message_server;
|
||||
IRCDMessageTopic message_topic;
|
||||
|
||||
void AddModes()
|
||||
static void AddModes()
|
||||
{
|
||||
/* Add user modes */
|
||||
ModeManager::AddUserMode(new UserMode("NOCTCP", 'b'));
|
||||
|
||||
Reference in New Issue
Block a user