Skip to content

Commit

Permalink
Merge pull request #154 from tls-kn/leave-instead-of-selfkick
Browse files Browse the repository at this point in the history
Make the Leave Button on Outgoing Notification Panels use /leave instead of /kick nickName
  • Loading branch information
Morph21 committed Aug 22, 2023
2 parents 2038aaf + ddb253e commit 1544f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void performWhoIs() {

@Override
public void performLeave(String nickName) {
MercuryStoreCore.chatCommandSubject.onNext("/kick " + nickName);
MercuryStoreCore.chatCommandSubject.onNext("/leave");
}

@Override
Expand Down

0 comments on commit 1544f79

Please sign in to comment.