From e92a6c9c9cb296a8507bb71fe5e054f7c758c699 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Wed, 4 May 2016 05:58:27 +0200 Subject: [PATCH] updates to some wrong descriptions --- NadekoBot/Modules/Administration/AdministrationModule.cs | 2 +- NadekoBot/Modules/Permissions/Commands/FilterWordsCommand.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NadekoBot/Modules/Administration/AdministrationModule.cs b/NadekoBot/Modules/Administration/AdministrationModule.cs index 3340a99f..a3ac1eaf 100644 --- a/NadekoBot/Modules/Administration/AdministrationModule.cs +++ b/NadekoBot/Modules/Administration/AdministrationModule.cs @@ -596,7 +596,7 @@ namespace NadekoBot.Modules.Administration }); cgb.CreateCommand(Prefix + "clr") - .Description("Clears some of Nadeko's messages from the current channel. If given a user, will clear the user's messages from the current channel (**Owner Only!**) \n**Usage**: .clr @X") + .Description("Clears some of Nadeko's messages from the current channel. If given a user, will clear the user's messages from the current channel. Second one requires Manage messages permission.\n**Usage**: .clr @X") .Parameter("user", ParameterType.Unparsed) .Do(async e => { diff --git a/NadekoBot/Modules/Permissions/Commands/FilterWordsCommand.cs b/NadekoBot/Modules/Permissions/Commands/FilterWordsCommand.cs index 54819eda..2fbbfc0c 100644 --- a/NadekoBot/Modules/Permissions/Commands/FilterWordsCommand.cs +++ b/NadekoBot/Modules/Permissions/Commands/FilterWordsCommand.cs @@ -53,7 +53,7 @@ namespace NadekoBot.Modules.Permissions.Commands .Alias(Module.Prefix + "channelfilterwords") .Description("Enables or disables automatic deleting of messages containing banned words on the channel." + "If no channel supplied, it will default to current one. Use ALL to apply to all existing channels at once." + - "\n**Usage**: ;cfi enable #general-chat") + "\n**Usage**: ;cfw enable #general-chat") .Parameter("bool") .Parameter("channel", ParameterType.Optional) .Do(async e => @@ -89,7 +89,7 @@ namespace NadekoBot.Modules.Permissions.Commands cgb.CreateCommand(Module.Prefix + "afw") .Alias(Module.Prefix + "addfilteredword") .Description("Adds a new word to the list of filtered words" + - "\n**Usage**: ;aw poop") + "\n**Usage**: ;afw poop") .Parameter("word", ParameterType.Unparsed) .Do(async e => {