aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Add !movecoins in modules/coins.pyGravatar jesopo2018-10-221-0/+19
* Dict are immutable, duh.Gravatar jesopo2018-10-221-1/+1
* Typo in help string in modules/coins.py, 'By' -> 'Buy'Gravatar jesopo2018-10-221-1/+3
* _default_wallet is not _default_wallet_forGravatar jesopo2018-10-221-2/+2
* _default_wallets takes a `user` paramGravatar jesopo2018-10-221-1/+1
* _default_wallet_for is for find the default type of a given wallet, not the•••wallet for a given default type Gravatar jesopo2018-10-211-1/+1
* Add missing .items() to dict iteration in modules/coins.pyGravatar jesopo2018-10-211-1/+1
* Show default wallet for wallet types when you don't specify 2 args to•••!defaultwallet Gravatar jesopo2018-10-211-9/+13
* 'DEFAULT_WALLETS' -> 'WALLETS_DEFAULTS'Gravatar jesopo2018-10-211-1/+1
* Add missing "," in modules/coins.pyGravatar jesopo2018-10-211-1/+1
* use default "interest" wallet for interest and default "lottery" wallet for•••lottery winnings Gravatar jesopo2018-10-211-4/+8
* 'WALLET_DEFAULT' -> 'WALLET_DEFAULT_NAME'Gravatar jesopo2018-10-211-12/+12
* prevent !removewallet on any wallet that's configured as a defaultGravatar jesopo2018-10-211-5/+15
* Add configurable default wallets for different actions!Gravatar jesopo2018-10-211-3/+30
* wallet args in !roulette need to have their position calculated!Gravatar jesopo2018-10-211-2/+5
* Standardise "Failed to load results" errors!Gravatar jesopo2018-10-2018-20/+20
* Typo in modules/coins.py, 'nickanme' -> 'nickname'Gravatar jesopo2018-10-201-1/+1
* _take takes a `server` paramGravatar jesopo2018-10-201-1/+1
* Add wallets to usage strings and add missing help in modules/coins.pyGravatar jesopo2018-10-201-5/+13
* Use the correct arg_split index for parsing wallet in !givecoinsGravatar jesopo2018-10-201-2/+2
* Typo in modules/channel_op, 'this' -> 'self'Gravatar jesopo2018-10-191-1/+1
* Parse in/out wallet in the context of their relevant usersGravatar jesopo2018-10-191-5/+8
* We should be using _take, not _set_user_coins in !rouletteGravatar jesopo2018-10-191-1/+1
* Actually by-default give people the default walletGravatar jesopo2018-10-191-1/+1
* Use genexprs for sum() throughout modules/coins.pyGravatar jesopo2018-10-191-4/+4
* send() should check all user coins when checking for redeem-amountGravatar jesopo2018-10-191-2/+2
* _default_wallets takes a `user` paramGravatar jesopo2018-10-191-1/+1
* Dangerous typo in modules/coins.py - 'wallet' -> 'wallets'Gravatar jesopo2018-10-191-1/+1
* Typo in modules/coins.py, 'DEFAUT' -> 'DEFAULT'Gravatar jesopo2018-10-191-1/+1
* Protect against unknown wallets, show "new total" of output wallet when a coin•••flip is won Gravatar jesopo2018-10-191-4/+13
* Correctly pass wallet through in _give/_take/_moveGravatar jesopo2018-10-191-4/+4
* _user_has_wallet takes a `user` param!Gravatar jesopo2018-10-191-2/+2
* Typo in modules/coins.py, "len(list > 2)" -> "len(list) > 2"Gravatar jesopo2018-10-191-1/+1
* Add another missing ")" in modules/coins.pyGravatar jesopo2018-10-191-1/+1
* Add missing ")" in modules/coins.pyGravatar jesopo2018-10-191-1/+1
* Allow users to add/remove wallets and specify which wallets to use with•••commands that effect coins! Gravatar jesopo2018-10-191-20/+94
* Catch exceptions in modules/title.pyGravatar jesopo2018-10-191-1/+8
* Typo in modules/coins.py, 'user' -> 'event["user"]'Gravatar jesopo2018-10-181-1/+1
* _user_has_wallet takes a `user` argGravatar jesopo2018-10-181-1/+1
* Show the coins a user has in a specified wallet when a wallet is specified to•••!wallet Gravatar jesopo2018-10-181-1/+11
* Typo in modules/coins.py, 'commands' -> 'command'Gravatar jesopo2018-10-181-1/+1
* put "default" wallet in to a const, pass wallet arg through function calls, add•••!wallet Gravatar jesopo2018-10-181-11/+26
* Remove debug print in modules/coins.pyGravatar jesopo2018-10-181-1/+0
* Change interest rates to use walletsGravatar jesopo2018-10-181-2/+6
* Remove now-unneeded code, change _total_coins to use _all_coinsGravatar jesopo2018-10-181-7/+2
* Typo in modules/coins.py, 'wallet' -> 'user_coins'Gravatar jesopo2018-10-181-1/+1
* coins should be (nickname, coins) not just coinsGravatar jesopo2018-10-181-1/+2
* Typo in modules/coins.py, "coin_settings" -> "coins"Gravatar jesopo2018-10-181-1/+1
* Use "wallets" for !richest, not "coins"Gravatar jesopo2018-10-181-1/+5
* Internally use "wallets" to track users coinsGravatar jesopo2018-10-181-10/+22