forked from leftypol/leftypol
Merge Barrucadu/diceroll into master
This commit is contained in:
parent
eeeec608b9
commit
1ea3da1db6
2 changed files with 65 additions and 0 deletions
|
@ -549,6 +549,10 @@
|
|||
'eu' => 'Europe'
|
||||
);
|
||||
*/
|
||||
|
||||
// Allow dice rolling: an email field of the form "dice XdY+/-Z" will result in X Y-sided dice rolled and summed,
|
||||
// with the modifier Z added, with the result displayed at the top of the post body.
|
||||
$config['allow_roll'] = false;
|
||||
|
||||
/*
|
||||
* ====================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue