Skip to content

Commit

Permalink
Merge pull request #155 from bleepbloopsify/leon/change-outgoing-leav…
Browse files Browse the repository at this point in the history
…e-button

change outgoing notification scanner perform leave to use /leave inst…
  • Loading branch information
Morph21 authored Aug 22, 2023
2 parents 1544f79 + 1b0a20a commit ef729a4
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 performInvite() {

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

@Override
Expand Down

0 comments on commit ef729a4

Please sign in to comment.