Skip to content
Merged

nik #84

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions osu.Game/Online/Chat/StandAloneChatDisplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down