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 7a0fb4e commit 7acfc88Copy full SHA for 7acfc88
js/iochat.js
@@ -370,7 +370,7 @@ $(document).ready(function() {
370
'use strict';
371
372
// Load blocked users from localStorage
373
- let blockedUsers = JSON.parse(localStorage.getItem('blockedUsers')) || ["a bot"];
+ let blockedUsers = JSON.parse(localStorage.getItem('blockedUsers')) || ["a bot", "Guest8389"];
374
375
// Create the container for the blocked users list
376
const blockedUsersList = document.querySelectorAll('.blockedUsersListClass');
0 commit comments