aboutsummaryrefslogtreecommitdiff
path: root/modules/dice.py
Commit message (Collapse)AuthorAgeFilesLines
* Change all instances of stdout.write+return to `raise utils.EventError` inGravatar jesopo2018-10-161-4/+2
| | | | modules
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-5/+4
| | | | related functionality
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-2/+3
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-13/+9
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-1/+1
| | | | facilitate things like !set and !channelset without using the events system
* Cosmetic enhancement for ducks and dice.Gravatar dngfx2018-09-011-4/+4
|
* Remove superfluous code from ducks.py and introduce dice.py (DND rolling ↵Gravatar dngfx2018-09-011-0/+43
function .roll 1d20)