From b64750ce043905de23f121dad0cc0d4b7203b9be Mon Sep 17 00:00:00 2001 From: Dao Heng Liu Date: Sun, 18 May 2025 02:12:34 +0100 Subject: [PATCH] nik --- osu.Game/Online/Chat/StandAloneChatDisplay.cs | 4 ++++ 1 file changed, 4 insertions(+) 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();