index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
dice.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
implement command spec modifiers, use for `pattern`, use pattern for dice.py
jesopo
2020-02-15
1
-33
/
+27
|
*
tolerate spaces in dice modifiers
jesopo
2020-01-14
1
-3
/
+5
|
*
default !roll to 1d6
jesopo
2019-09-26
1
-2
/
+8
|
*
make dice count optional (default 1)
jesopo
2019-09-26
1
-2
/
+2
|
*
Show dice format error when regex doesn't match
jesopo
2019-09-26
1
-0
/
+2
|
*
only permit 3-digit modifiers
jesopo
2019-09-26
1
-1
/
+1
|
*
also show "total" when there's modifiers
jesopo
2019-09-26
1
-2
/
+2
|
*
fine. support up to d100
jesopo
2019-09-26
1
-7
/
+9
|
*
allow up to d30, not just d20
jesopo
2019-09-26
1
-3
/
+3
|
*
add !dice as an alias of !roll
jesopo
2019-09-26
1
-0
/
+1
|
*
support +/- modifiers on dice !roll
jesopo
2019-09-26
1
-14
/
+27
|
*
Remove "!" from help strings
jesopo
2019-06-18
1
-1
/
+1
|
*
Add `depends-on` hashflags to relevant modules
jesopo
2019-05-25
1
-0
/
+2
|
*
range()'s upper bound is not inclusive
jesopo
2018-11-17
1
-1
/
+1
|
*
now i see why it was %s not %d
jesopo
2018-11-17
1
-2
/
+2
|
*
How hard is it to refactor a dice module
jesopo
2018-11-17
1
-1
/
+1
|
*
ints are not strings
jesopo
2018-11-17
1
-1
/
+1
|
*
'reults' -> 'results'
jesopo
2018-11-17
1
-1
/
+1
|
*
'die_sides' 'die_count' -> 'sides_n' 'count_n'
jesopo
2018-11-17
1
-1
/
+1
|
*
Should be using `sides` and `count`, not `roll[0]` and `roll[1]`
jesopo
2018-11-17
1
-2
/
+2
|
*
.partition returns 3 values!
jesopo
2018-11-17
1
-1
/
+1
|
*
Simplify modules/dice.py
jesopo
2018-11-17
1
-17
/
+8
|
*
we need strings!
jesopo
2018-11-16
1
-1
/
+1
|
*
`results` was already a ", ".joined string
jesopo
2018-11-16
1
-1
/
+0
|
*
second format arg should have been `results`
jesopo
2018-11-16
1
-1
/
+1
|
*
Fix string formatting of modules/dice.py
jesopo
2018-11-16
1
-4
/
+6
|
*
Change all instances of stdout.write+return to `raise utils.EventError` in
jesopo
2018-10-16
1
-4
/
+2
|
|
|
|
modules
*
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
jesopo
2018-10-03
1
-5
/
+4
|
|
|
|
related functionality
*
Switch to using docstring for usage, permission and require_mode
jesopo
2018-09-30
1
-2
/
+3
|
*
Switch to using @Utils.hook and docstrings for event hooks
jesopo
2018-09-26
1
-13
/
+9
|
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-1
/
+1
|
*
give an Exports object (actually, ExportsContex object) to each module, to
jesopo
2018-09-02
1
-1
/
+1
|
|
|
|
facilitate things like !set and !channelset without using the events system
*
Cosmetic enhancement for ducks and dice.
dngfx
2018-09-01
1
-4
/
+4
|
*
Remove superfluous code from ducks.py and introduce dice.py (DND rolling ↵
dngfx
2018-09-01
1
-0
/
+43
function .roll 1d20)