Skip to content

Commit

Permalink
Add new regex lines to detect spambots
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatAboutGaming authored Apr 29, 2024
1 parent 7edffad commit 6e5fd0c
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 18 deletions.
27 changes: 18 additions & 9 deletions backend/backend.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions backend/chat_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"secure": true
},
"identity": {
"username": "username",
"password": "oauth"
"username": "justinfan123",
"password": "OAUTHOAUTHOAUTHOAUTHOAUTHOAUTH"
},
"channels": [
"channel_name"
"justinfan123"
],
"log_chat_as_moderator": true,
"log_chat_as_receiver": true,
Expand Down
2 changes: 1 addition & 1 deletion backend/gcn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"com_port": "COM3",
"com_port": "COM5",
"com_port_parameters": {
"autoOpen": true,
"baudRate": 500000
Expand Down
2 changes: 1 addition & 1 deletion backend/gcn_vc_nes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"com_port": "COM3",
"com_port": "COM5",
"com_port_parameters": {
"autoOpen": true,
"baudRate": 500000
Expand Down
2 changes: 1 addition & 1 deletion backend/gcn_vc_snes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"com_port": "COM3",
"com_port": "COM5",
"com_port_parameters": {
"autoOpen": true,
"baudRate": 500000
Expand Down
2 changes: 1 addition & 1 deletion backend/n64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"com_port": "COM3",
"com_port": "COM5",
"com_port_parameters": {
"autoOpen": true,
"baudRate": 500000
Expand Down
2 changes: 1 addition & 1 deletion backend/ps2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"com_port": "COM3",
"com_port": "COM5",
"com_port_parameters": {
"autoOpen": true,
"baudRate": 500000
Expand Down
2 changes: 1 addition & 1 deletion backend/ps2_digital.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"com_port": "COM3",
"com_port": "COM5",
"com_port_parameters": {
"autoOpen": true,
"baudRate": 500000
Expand Down

0 comments on commit 6e5fd0c

Please sign in to comment.