Skip to content

Commit e3df362

Browse files
committed
"Add 'gay' and 'gaay' to word replacement list in GoogleCode.m"
This commit adds the words 'gay' and 'gaay' to the replacement list in the `GoogleCode.m` file
1 parent 1609e9d commit e3df362

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

GoogleCode.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ function replaceWords(message) {
6767
"ta7an": "ta#an",
6868
"9a7ba": "9a#ba",
6969
"9a7 ba": "9a#ba",
70-
"zabb" : "z##b",
70+
"zabb": "z##b",
7171
// Code replacement addition
7272
"<style>": "style",
73+
"gay": "g#y",
74+
"gaay": "g#y",
7375
};
7476

7577
// Iterate through the replacements and replace words in the message

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Chat App
2-
2+
<img src="logo.jpg" alt="HTML5">
33
This is a simple chat application that allows users to send messages in real-time. The messages are stored in Google Sheets.
44

55
## Usage

logo.jpg

52.9 KB
Loading

0 commit comments

Comments
 (0)