cnsr / tornado_imageboard

small tornado project of an imageboard with very bad and outdated code. use branch develop
GNU Affero General Public License v3.0
9 stars 1 forks source link

Added dice rolls #28

Closed original-nc closed 6 years ago

original-nc commented 6 years ago

Adds dice rolling when "roll AdX" is in the subject A from 1-9, X from 1-99 This is enabled per board based on the 'roll' property

to update board database: from pymongo import MongoClient client = MongoClient() client.imageboard.boards.update_many({}, {'$set': {'roll': False}})

cnsr commented 6 years ago

ree reworked version will be added in next update