From ae190311bd6532d44303ae8d039be8296cab1be6 Mon Sep 17 00:00:00 2001 From: Salanto <90538293+PresJoeBiden@users.noreply.github.com> Date: Mon, 13 Sep 2021 15:24:56 +0200 Subject: [PATCH] Reload the list so that vile people shall no longer enter --- core/src/commands/moderation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/commands/moderation.cpp b/core/src/commands/moderation.cpp index bbd4bb4..45c41d3 100644 --- a/core/src/commands/moderation.cpp +++ b/core/src/commands/moderation.cpp @@ -474,6 +474,7 @@ void AOClient::cmdReload(int argc, QStringList argv) server->updateHTTPAdvertiserConfig(); server->handleDiscordIntegration(); server->m_music_list = ConfigManager::musiclist(); + server->m_ipban_list = ConfigManager::iprangeBans(); sendServerMessage("Reloaded configurations"); }