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