Fixed typo.
This commit is contained in:
parent
5c50b5a4bf
commit
893e2b6ef8
2 changed files with 11 additions and 0 deletions
|
@ -857,3 +857,9 @@ sources[caf] = "//static.flash.moe/sounds/os2shutdown.caf"
|
||||||
title = "Vine Boom"
|
title = "Vine Boom"
|
||||||
sources[opus] = "//static.flash.moe/sounds/vineboom.opus"
|
sources[opus] = "//static.flash.moe/sounds/vineboom.opus"
|
||||||
sources[caf] = "//static.flash.moe/sounds/vineboom.caf"
|
sources[caf] = "//static.flash.moe/sounds/vineboom.caf"
|
||||||
|
|
||||||
|
[discord:notif]
|
||||||
|
title = "Discord Notification"
|
||||||
|
sources[opus] = "//static.flash.moe/sounds/discord-notif.opus"
|
||||||
|
sources[caf] = "//static.flash.moe/sounds/discord-notif.caf"
|
||||||
|
sources[mp3] = "//static.flash.moe/sounds/discord-notif.mp3"
|
||||||
|
|
|
@ -270,3 +270,8 @@ match[] = "lc; has:belastingdienst"
|
||||||
type = sound
|
type = sound
|
||||||
sounds[] = hl2:mmsoup
|
sounds[] = hl2:mmsoup
|
||||||
match[] = "lc; has:mm soup"
|
match[] = "lc; has:mm soup"
|
||||||
|
|
||||||
|
[snd-discnoti]
|
||||||
|
type = sound
|
||||||
|
sounds[] = discord:notif
|
||||||
|
match[] = "starts:GG [b]@"
|
||||||
|
|
Loading…
Reference in a new issue