From b0bb792e93b388fb0e7bab72a52e96d3584a9faf Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 4 Jul 2016 09:16:01 +0200 Subject: [PATCH] fixed osu desc, fixed userpresence disable --- NadekoBot/Modules/Administration/Commands/LogCommand.cs | 2 +- NadekoBot/Modules/Searches/Commands/OsuCommands.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NadekoBot/Modules/Administration/Commands/LogCommand.cs b/NadekoBot/Modules/Administration/Commands/LogCommand.cs index 3cd92485..8eac1b93 100644 --- a/NadekoBot/Modules/Administration/Commands/LogCommand.cs +++ b/NadekoBot/Modules/Administration/Commands/LogCommand.cs @@ -380,7 +380,7 @@ $@"🕔`{prettyCurrentTime}` **Message** 📝 `#{e.Channel.Name}` await e.Channel.SendMessage($"**User presence notifications enabled.**").ConfigureAwait(false); return; } - + SpecificConfigurations.Default.Of(e.Server.Id).LogServerChannel = null; await e.Channel.SendMessage($"**User presence notifications disabled.**").ConfigureAwait(false); }); diff --git a/NadekoBot/Modules/Searches/Commands/OsuCommands.cs b/NadekoBot/Modules/Searches/Commands/OsuCommands.cs index a9d92d9f..8af28d0f 100644 --- a/NadekoBot/Modules/Searches/Commands/OsuCommands.cs +++ b/NadekoBot/Modules/Searches/Commands/OsuCommands.cs @@ -17,7 +17,7 @@ namespace NadekoBot.Modules.Searches.Commands internal override void Init(CommandGroupBuilder cgb) { cgb.CreateCommand(Module.Prefix + "osu") - .Description("Shows osu stats for a player.\n**Usage**: `~osu Name` or `~osu Name `") + .Description("Shows osu stats for a player.\n**Usage**: `~osu Name` or `~osu Name taiko`") .Parameter("usr", ParameterType.Required) .Parameter("mode", ParameterType.Unparsed) .Do(async e =>