more answers for stille.lua

This commit is contained in:
Akamaru 2015-08-01 13:26:40 +02:00
parent ef8dc4050a
commit f4b7f3f5fe
2 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@ plugins/safebrowsing.lua
plugins/stats2.lua plugins/stats2.lua
plugins/help2.lua plugins/help2.lua
plugins/miiverse.lua plugins/miiverse.lua
plugins/videotogif.lua

View File

@ -6,7 +6,8 @@ function run(msg, matches)
'Stört dich die Stille?','Nein, es ist nicht still','Nyu?','Besser als Spam','Stille ist schön', 'Stört dich die Stille?','Nein, es ist nicht still','Nyu?','Besser als Spam','Stille ist schön',
'Mein Name ist Mikubot','Spiel doch etwas Curvefever.com 😉', 'Mein Name ist Mikubot','Spiel doch etwas Curvefever.com 😉',
'Stille sagt manchmal mehr als tausend Worte','Spiel doch etwas Agrar.io 😉', 'Stille sagt manchmal mehr als tausend Worte','Spiel doch etwas Agrar.io 😉',
'Stille und Nacht sind untrennbar verwoben. Die Nacht ist die Stille unter den Sternen.'} 'Stille und Nacht sind untrennbar verwoben. Die Nacht ist die Stille unter den Sternen.',
'Hier könnte Ihre Werbung stehen!','Folge mir auf Twitter! Twitter.com/Mikubot_'}
return answers[math.random(#answers)] return answers[math.random(#answers)]
end end