Update ai.lua a bit and stuff
This commit is contained in:
parent
1458be499d
commit
d93ad0f785
6
ai.lua
6
ai.lua
@ -2,7 +2,7 @@
|
||||
{"I'm a real person, I swear!","I'm most certainly not a bot! D:"},
|
||||
{"are","you","bot"}
|
||||
},{
|
||||
{"I really like Queens of the Stone Age","Paramore is pretty good.","Green Day is great to listen to."},
|
||||
{"I really like Queens of the Stone Age","Paramore is pretty good.","Green Day is great to listen to.","https://www.youtube.com/watch?v=PXTZA5bqIJ0"},
|
||||
{"music","favorite","like","?"}
|
||||
},{
|
||||
{"!cookie %s","\01ACTION gives %s a snowflake-shaped cookie\01","!cookie yukichan","!cake %s"},
|
||||
@ -21,10 +21,10 @@
|
||||
{"hugs"}
|
||||
},{
|
||||
{"\01ACTION tenderly hugs %s\01"},
|
||||
{"I", "feel", "am", "sad", "tired", "angry", "depressed","stressed"}
|
||||
{"tired", "angry", "depressed","stressed"}
|
||||
},{
|
||||
{"Goodnight %s ! Have sweet dreams <3"},
|
||||
{"I", "am", "'m", "going", "to", "bed", "sleep", "goodnight", ".", "!"}
|
||||
{"bed", "sleep", "goodnight"}
|
||||
},{
|
||||
{"You're welcome ! ;3"},
|
||||
{"thank", "you"}
|
||||
|
@ -19,7 +19,7 @@ mpd="mpd.lua"
|
||||
timers={
|
||||
"highfive.lua"
|
||||
},
|
||||
debug=true,
|
||||
debug=false,
|
||||
autojoin=true,
|
||||
prefix=":",
|
||||
username="yuki",
|
||||
|
Loading…
Reference in New Issue
Block a user