This commit is contained in:
flash 2024-05-17 22:34:47 +00:00
parent 070d6b9245
commit de3243431e
2 changed files with 14 additions and 1 deletions

View file

@ -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"

View file

@ -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:ユ!"