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 1609e9d commit e3df362Copy full SHA for e3df362
GoogleCode.m
@@ -67,9 +67,11 @@ function replaceWords(message) {
67
"ta7an": "ta#an",
68
"9a7ba": "9a#ba",
69
"9a7 ba": "9a#ba",
70
- "zabb" : "z##b",
+ "zabb": "z##b",
71
// Code replacement addition
72
"<style>": "style",
73
+ "gay": "g#y",
74
+ "gaay": "g#y",
75
};
76
77
// Iterate through the replacements and replace words in the message
README.md
@@ -1,5 +1,5 @@
1
# Chat App
2
-
+<img src="logo.jpg" alt="HTML5">
3
This is a simple chat application that allows users to send messages in real-time. The messages are stored in Google Sheets.
4
5
## Usage
logo.jpg
52.9 KB
0 commit comments