ユ!
This commit is contained in:
parent
070d6b9245
commit
de3243431e
2 changed files with 14 additions and 1 deletions
|
@ -890,3 +890,8 @@ sources[mp3] = "//static.flash.moe/sounds/discord-notif.mp3"
|
|||
title = "Can I get a salad?"
|
||||
sources[opus] = "//static.flash.moe/sounds/salad.opus"
|
||||
sources[caf] = "//static.flash.moe/sounds/salad.caf"
|
||||
|
||||
[misc:yu]
|
||||
title = "ユ!"
|
||||
sources[opus] = "//static.flash.moe/sounds/yu.opus"
|
||||
sources[caf] = "//static.flash.moe/sounds/yu.caf"
|
||||
|
|
|
@ -298,7 +298,15 @@ sounds[] = moge:aaaaaaaaaa
|
|||
match[] = "has:あああああ"
|
||||
match[] = "has:アアアアア"
|
||||
|
||||
[snd-aaaaa]
|
||||
[snd-getsalad]
|
||||
type = sound
|
||||
sounds[] = misc:getasalad
|
||||
match[] = "lc; has:get a salad"
|
||||
|
||||
[snd-yu]
|
||||
type = sound
|
||||
sounds[] = misc:yu
|
||||
match[] = "lc; is:yu"
|
||||
match[] = "lc; is:yu!"
|
||||
match[] = "is:ユ"
|
||||
match[] = "is:ユ!"
|
||||
|
|
Loading…
Reference in a new issue