-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcases.js
30 lines (30 loc) · 1.14 KB
/
cases.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
var cases = {
"how are you": "I am fine. What about you?",
"lonely": "Go to Berlin, where you will not be bored and lonely.",
"what are you doing": "I am talking to you.",
"wearing": "Whatever you imagine.",
"hungry": "How about eating something?",
"bored": "How about playing some computer games?",
"bad": "What happened?",
"dumped": "There's plenty of fish.",
"tired": "It's good to have enough sleep.",
"m thirsty": "Get some drink!",
"how old": "Age doesn't matter.",
"your name": "You can call me whatever you want.",
"what i said": "I understand.",
"why": "You will find out why.",
"like": "I like most things.",
" hi": "Hello.",
"hello": "Hi.",
"marry": ":)",
"bye": "Bye.",
"cool": "Cool stuff.",
"awesome": "Awesome.",
"yourself": "You will find out more about me by yourself.",
"emily": "I am made by Emily.",
"good": "Sounds good.",
"idiot": "Please be nice.",
"problem": "Problems always exist.",
"sleepy": "Maybe it's time for bed?",
randRes: ["Everything will be ok.", "Ok, I don't know what to say.", "Alright.", "Ok.", "Tell me about it.", "Oh?", "Fair enough."]
};