Skip to content

Commit 9d0f83f

Browse files
authored
Update iochat.js
1 parent 7acfc88 commit 9d0f83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/iochat.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ $(document).ready(function() {
369369
// BLOCK USERS FEATURE
370370
'use strict';
371371

372-
// Load blocked users from localStorage
372+
// Load blocked users from localStorage "a bot", and "Guest8389"
373373
let blockedUsers = JSON.parse(localStorage.getItem('blockedUsers')) || ["a bot", "Guest8389"];
374374

375375
// Create the container for the blocked users list

0 commit comments

Comments
 (0)