From Auberdine Community Wiki
Dicey is a python based dice rolling bot soley for our own convenience. It currently has several features, but its primary purpose is to roll dice.
Basic Usage
Dicey, like most IRC bots has a "trigger character". Dicey's is "!" (exclamation mark). All commands must be prefixed with an exclamation mark.
Commands
!roll or !d: roll dice as asked for in the usual D20 syntax. e.g. d20, 4d6. Dicey will respond with something like:
dushkin rolled 5d6 for: 24 (3 + 6 + 6 + 4 + 5) |
!chars: lists currently known characters.
!bind <name>: set the name of your character.
!setmaxhp <hp> [nick]: sets the maximum HP of yourself — or [nick]'s, if provided — to <hp>.
!sethp <hp> [nick]: sets the HP of yourself — or [nick]'s, if provided — to <hp>.
!harm or !hurt <nick> <amount>: reduces <amount> HP from <nick>.
!heal <nick> <amount>: heals <nick> for <amount>.
