Merge Barrucadu/diceroll into master

This commit is contained in:
8chan
2014-08-10 14:51:45 +00:00
committed by Fredrick Brennan
parent eeeec608b9
commit 1ea3da1db6
2 changed files with 65 additions and 0 deletions

View File

@@ -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;
/*
* ====================