From 5febe8453112e5ca0e94a0568c4d916235fd9f01 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 11 Jan 2017 14:08:50 +0100 Subject: [PATCH] Message repeater moved to utility --- .../{Administration => Utility}/Commands/MessageRepeater.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/NadekoBot/Modules/{Administration => Utility}/Commands/MessageRepeater.cs (99%) diff --git a/src/NadekoBot/Modules/Administration/Commands/MessageRepeater.cs b/src/NadekoBot/Modules/Utility/Commands/MessageRepeater.cs similarity index 99% rename from src/NadekoBot/Modules/Administration/Commands/MessageRepeater.cs rename to src/NadekoBot/Modules/Utility/Commands/MessageRepeater.cs index 34281838..71bd6748 100644 --- a/src/NadekoBot/Modules/Administration/Commands/MessageRepeater.cs +++ b/src/NadekoBot/Modules/Utility/Commands/MessageRepeater.cs @@ -16,9 +16,9 @@ using System.Text; using System.Threading; using System.Threading.Tasks; -namespace NadekoBot.Modules.Administration +namespace NadekoBot.Modules.Utility { - public partial class Administration + public partial class Utility { [Group] public class RepeatCommands : ModuleBase