aboutsummaryrefslogtreecommitdiff
path: root/modules/coins.py
Commit message (Expand)AuthorAgeFilesLines
* Add src/Cache.py, use it in modules/coins.pyGravatar jesopo2018-09-291-8/+10
* Remove cyclical references to IRCBotGravatar jesopo2018-09-281-2/+2
* Change old-style event hook in coins.pyGravatar jesopo2018-09-271-1/+1
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-28/+37
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Remove empty spaces in coins.pyGravatar jesopo2018-09-241-2/+0
* Remove superfluous function.Gravatar dngfx2018-09-231-17/+0
* Remove intrusive styling.Gravatar dngfx2018-09-231-2/+2
* Add setcoins command for admins, for people that abuse the coin game, or rewa...Gravatar dngfx2018-09-231-2/+21
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-1/+1
* Add !givecoins to coins.pyGravatar jesopo2018-09-051-8/+29
* protect_registered doesn't exist anymoreGravatar jesopo2018-09-051-2/+2
* Get user to do get_id() on in coins.pyGravatar jesopo2018-09-051-1/+2
* Add another control to prevent coin duplication if someone manages to send coins•••to themselves Gravatar jesopo2018-09-051-1/+5
* Don't use IRCUser.id ever, use IRCUser.get_id()Gravatar jesopo2018-09-051-1/+1
* give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-1/+1
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-9/+9
* Add the ability to only require authentication if your nickname is registeredGravatar jesopo2018-08-281-2/+2
* Only allow users to send coins to users that have had coins beforeGravatar jesopo2018-08-281-2/+7
* Require authentication to use or potentially lose coinsGravatar jesopo2018-08-281-4/+3
* Add !resetcoins in coins.pyGravatar jesopo2018-08-281-0/+17
* Prevent users sending coins to themselvesGravatar jesopo2018-08-251-0/+3
* Show spin colour, make sure there's bet amounts for all bets, fix street regex,•••show total winnings and support low/high for !roulette in coins.py Gravatar jesopo2018-08-181-10/+19
* Support multiple bets in one go with !roulette in coins.pyGravatar jesopo2018-08-161-55/+80
* Added streets and big/small to !rouletteGravatar jesopo2018-08-151-6/+19
* implemented !roulette in coins.pyGravatar jesopo2018-08-151-0/+88
* Use regex match to avoid coin values less than 0.01Gravatar jesopo2018-08-131-7/+13
* Round up when checking zeronessGravatar jesopo2018-08-101-4/+4
* Prevent highlighting users in !wordusers and !richestGravatar jesopo2018-08-101-3/+3
* don't permit 0-coin flipsGravatar jesopo2018-08-101-1/+2
* fixed filtering out bankrupt users from !richestGravatar jesopo2018-08-101-1/+2
* Fix "decimal" typo in !richestGravatar jesopo2018-08-101-1/+1
* Switch to using Decimal in coins.py, floats are weird!Gravatar jesopo2018-08-101-35/+42
* Have 2 decimal places for coins!Gravatar jesopo2018-08-101-26/+29
* A 10 second interval for interest rates is not goodGravatar jesopo2018-08-101-1/+3
* stderr not stdout, int() interest rates and actually redo interest rates every•••hour Gravatar jesopo2018-08-091-2/+3
* Allow users to see other people's coinsGravatar jesopo2018-08-091-2/+6
* Fix more issues with referencing "server" in interest() in coins.pyGravatar jesopo2018-08-091-4/+3
* "wins/loses %d coin(s)!" instead of "wins/loses %d!"Gravatar jesopo2018-08-091-4/+6
* Fix wrong method of referencing server in timer callbackGravatar jesopo2018-08-091-1/+1
* Added interest rates in coins.py, filter out 0 for !richestGravatar jesopo2018-08-091-1/+26
* Changed find_all_by_setting to not return setting, added !richestGravatar jesopo2018-08-091-0/+14
* More grammarGravatar jesopo2018-08-091-1/+1
* Round up redeem-delay time, allow users to send coinsGravatar jesopo2018-08-091-2/+34
* Only allow !redeemcoins when you have no coinsGravatar jesopo2018-08-091-12/+20
* Remove print in coins.py, fixed grammar a littleGravatar jesopo2018-08-091-3/+1
* Added coins.pyGravatar jesopo2018-08-091-0/+68