This mod is server friendly!

To add sounds, have them converted to the Ogg Vorbis format
and place them on the sounds folder, following this convention:
 » name0.ogg, name1.ogg, name2.ogg . . . nameN.ogg.
A sound without variations is also possible, by just making one
name0.ogg file.

To make the souds working, init.lua must be modified. Under the
srlocal.sounds matrix, add and/or modify its lines following
 this convention:
 » {"command","filename", no of variants, chat message, help description},

The chat message represents in words the voice command. For
 instance, a "thanks" command will be represented by
"[Voice] Sam: Thanks!". If the sound file is proven unsuitable
for subtitles, false can be applied.

The number of variations represents how many files you have
minus one. For instance:
dank0.ogg, dank1.ogg, dank2.ogg ... dank13.ogg

{"dank", "dank", 13, false, "Git rekt m90. (Voice)"},
{"swe", "swe", 0, "Smoke Weed Everyday", "Smoke Weed Everyday. (Voice)"},

(Note: I am neutral regarding legalization and use of weed /
marijuana / etc. Use here is only to reference the w3 meme.)
