mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-14 23:58:58 +00:00
added minecraft buzzword
This commit is contained in:
parent
2078d95c49
commit
8ad96531e2
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@ public class Buzzwords implements Module {
|
|||
"*streichel*", "Mau", "*flausch*", ":3"
|
||||
}, 1, 2000));
|
||||
|
||||
buzzwords.add(new Buzzword(this, new String[] {
|
||||
"minecraft"
|
||||
}, new String[] {
|
||||
"BTW: Es gibt auch einen Minecraft Server von cyber-missile.", "Oh, redest du vom cyber-missile Minecraft Server?", "Ich mag Minecraft. :3"
|
||||
}, 0.1, 1000, WakeWordType.ANYWHERE));
|
||||
|
||||
|
||||
|
||||
for (Buzzword buzzword : buzzwords) {
|
||||
|
|
Loading…
Reference in a new issue