Skip to content

Commit 7acfc88

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/iochat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ $(document).ready(function() {
370370
'use strict';
371371

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

375375
// Create the container for the blocked users list
376376
const blockedUsersList = document.querySelectorAll('.blockedUsersListClass');

0 commit comments

Comments
 (0)