diff --git a/osu.Game/Online/Chat/StandAloneChatDisplay.cs b/osu.Game/Online/Chat/StandAloneChatDisplay.cs index 98426e5b7d..0c55e850da 100644 --- a/osu.Game/Online/Chat/StandAloneChatDisplay.cs +++ b/osu.Game/Online/Chat/StandAloneChatDisplay.cs @@ -583,6 +583,10 @@ private void postMessage(TextBox sender, bool newText) Client.AbortMatch().FireAndForget(); break; + case @"settings": + EnqueueBotMessage(@"Look at the lobby on your screen"); + break; + // start immediately case @"start": startMatch();