keneanung / mudlet-msp

This is an implementation of the MUD Sound Protocol for Mudlet
GNU General Public License v3.0
4 stars 0 forks source link

Play a random file, if multiple fitting sounds are found #13

Closed keneanung closed 6 years ago

keneanung commented 6 years ago

The specification says we should play one file at random, if multiple files are found with wildcards. This change implements that detail and does not need change when the "repeat" parameter is implemented.

Fixes #11