We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5d527 commit d54601eCopy full SHA for d54601e
1 file changed
src/base/lobby/customFriendsOnly.js
@@ -23,7 +23,10 @@ wrap(function friendsOnly() {
23
function joined({ username }) {
24
if (this.canceled || !flag || fn.isFriend(username)) return;
25
debug(`Kicked: ${username}`);
26
- // TODO: Toast
+ fn.errorToast({
27
+ title: '[Match] Banned User',
28
+ text: `'${username}' has been banned from custom match!`,
29
+ });
30
this.canceled = true;
31
global('banUser')();
32
}
0 commit comments