From 965a814ebbcd862c5497b268ec388a2872d87a48 Mon Sep 17 00:00:00 2001 From: Rampoina Date: Fri, 21 Jan 2022 12:31:30 +0100 Subject: [PATCH] Fix admins example in bot.ini.example --- bot.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.ini.example b/bot.ini.example index d8f6e13..524f9bf 100644 --- a/bot.ini.example +++ b/bot.ini.example @@ -5,4 +5,4 @@ nickname = matchmaking-bot channels = #matchmaking-test #Skipping ':' means using default port 1234 connections = tilde tildeverse.org foo foo.bar:6969 -admins = {"#matchmaking-test: ["Rampoina","franzopow","emorrp1"], "#other": ["test"]} +admins = {"#matchmaking-test": ["Rampoina","franzopow","emorrp1"], "#other": ["test"]}