/* * Plugin which rolls a designated number of dice, each * with the designated number of faces, and outputs the * result. * * * * * * * INVOCATION * ------------------------------ * roll [%d]?d[+%d]? * All numbers must be positive integers. * * EXAMPLES: * ---------------------------------- * roll d8 * roll 3d4+7 * roll d20+5 * * * Author: Derik Carden * Version: 10.13.2013 */