From ceb1ed41a279b8d0e074a62c26470845290d1b48 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 11 Jan 2017 14:07:12 +0100 Subject: [PATCH] Cross server text moved to utility --- .../Commands/CrossServerTextChannel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/NadekoBot/Modules/{Administration => Utility}/Commands/CrossServerTextChannel.cs (97%) diff --git a/src/NadekoBot/Modules/Administration/Commands/CrossServerTextChannel.cs b/src/NadekoBot/Modules/Utility/Commands/CrossServerTextChannel.cs similarity index 97% rename from src/NadekoBot/Modules/Administration/Commands/CrossServerTextChannel.cs rename to src/NadekoBot/Modules/Utility/Commands/CrossServerTextChannel.cs index 62af02da..b2ae710c 100644 --- a/src/NadekoBot/Modules/Administration/Commands/CrossServerTextChannel.cs +++ b/src/NadekoBot/Modules/Utility/Commands/CrossServerTextChannel.cs @@ -9,9 +9,9 @@ using System.Collections.Concurrent; using System.Linq; using System.Threading.Tasks; -namespace NadekoBot.Modules.Administration +namespace NadekoBot.Modules.Utility { - public partial class Administration + public partial class Utility { [Group] public class CrossServerTextChannel : ModuleBase