aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix/refactor issues brought up by type hint lintingGravatar jesopo2018-10-3013-59/+73
* Typo in src/Exports; 'self_exports' -> 'self.exports'Gravatar jesopo2018-10-301-1/+1
* Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references. Gravatar jesopo2018-10-3022-516/+605
* Don't needlessly search a youtube URL before getting the information for it's•••video ID when a URL is provided to !yt Gravatar jesopo2018-10-291-1/+6
* 'continue' -> 'return' in moules/badwords.pyGravatar jesopo2018-10-281-1/+1
* badwords shouldn't effect users with +v or aboveGravatar jesopo2018-10-281-0/+3
* Pretend badwords list is zero-indexedGravatar jesopo2018-10-281-1/+2
* Fix wording for !badwordsdel (copypaste fail!)Gravatar jesopo2018-10-281-1/+2
* Correctly use enumerate() in modules/badwords.py.badwords_listGravatar jesopo2018-10-281-1/+1
* 'pattern' -> 'badword'Gravatar jesopo2018-10-281-3/+3
* 'received.message.channel' uses 'channel' not 'target' as event kwargGravatar jesopo2018-10-281-1/+1
* 'badowrds' -> 'badwords'Gravatar jesopo2018-10-281-1/+1
* Yet another typo in modules/badwords.py, 'get_getting' -> 'get_setting'Gravatar jesopo2018-10-281-1/+1
* 'channel' -> 'target' in modules/badwords.pyGravatar jesopo2018-10-281-1/+1
* Fix typo in modules/badwords.py, 'events' -> 'event'Gravatar jesopo2018-10-281-2/+2
* Add missing ":" in modules/badwords.pyGravatar jesopo2018-10-281-1/+1
* Add missing ")" in modules/badwords.pyGravatar jesopo2018-10-281-1/+1
* Add first version of modules/badwords.pyGravatar jesopo2018-10-281-0/+80
* Remove extra ) in modules/commands.pyGravatar jesopo2018-10-281-1/+1
* Typo in utils.parse_docstring, 'multiple_items' -> 'var_items'Gravatar jesopo2018-10-281-1/+1
* Typo in modules/command.py, 'is' -> 'if'Gravatar jesopo2018-10-281-1/+1
* Support multiple "usage" values in commands.pyGravatar jesopo2018-10-281-8/+15
* Support multiple items for docstring kwargs in utils.parse_docstringGravatar jesopo2018-10-281-3/+11
* Github won't highlight ircs:// urls, grumble.Gravatar jesopo2018-10-261-1/+1
* 'irc://' -> 'ircs://', change it to a link!Gravatar jesopo2018-10-261-1/+1
* Add link to irc.freenode.net##bitbot to README.mdGravatar jesopo2018-10-261-0/+3
* Specifically handle OSError (e.g. Network is unreachable) as a disconnectGravatar jesopo2018-10-261-1/+1
* Put a dash between commit message and commit urlGravatar jesopo2018-10-261-1/+1
* Put commit urls on github webhook notices in modules/github.pyGravatar jesopo2018-10-261-2/+5
* signal.signal timer callback takes 2 argsGravatar jesopo2018-10-251-1/+1
* Update src/IRCUser.py.send_notice to take a prefix kwargGravatar jesopo2018-10-251-2/+2
* Redo lottery timer in modules/coins.pyGravatar jesopo2018-10-241-0/+1
* Give `page` an initial value of None, in case the get_url call fails in•••modules/eval_python.py Gravatar jesopo2018-10-241-0/+1
* Move taking a reference to sys.stdout above fail() in modules/eval_python.pyGravatar jesopo2018-10-241-1/+1
* There's no `self` in eval_python's template!Gravatar jesopo2018-10-241-2/+2
* Specifically catch SyntaxError in modules/eval_python.pyGravatar jesopo2018-10-241-2/+1
* Catch syntax errors with .py/.py2Gravatar jesopo2018-10-241-3/+10
* `.items()` -> `.values()`Gravatar jesopo2018-10-231-1/+1
* Typo in modules/coins.py, 'amount_amount_total' -> 'bet_amount_total'Gravatar jesopo2018-10-231-1/+1
* Re-move taking payin to before payout, better logic around win/odds to show it•••correctly but still give back your bet amount Gravatar jesopo2018-10-231-6/+10
* Switch back to only taking losses when they're losses, instead of taking payin•••and then giving it back after the roulette spin Gravatar jesopo2018-10-231-5/+4
* _take already gives back to poolGravatar jesopo2018-10-231-1/+0
* Don't try to parse wallet args as a bet amount in modules/coins.pyGravatar jesopo2018-10-231-1/+2
* Roulette wins should include the payinGravatar jesopo2018-10-221-1/+3
* When deleting a wallet, shift funds to default 'in' wallet instead of assuming a•••user has a 'default' named wallet Gravatar jesopo2018-10-221-2/+3
* Fix indication of optionalness of `wallet` param of !defaultwalletGravatar jesopo2018-10-221-1/+1
* Copypaste fail in modules/coins.py, 'row' -> 'i'Gravatar jesopo2018-10-221-1/+1
* Add lcorner/rcorner bets to !roulette in modules/coins.pyGravatar jesopo2018-10-221-1/+16
* Add double streets to !roulette in modules/coins.pyGravatar jesopo2018-10-221-0/+6
* Fix copypaste fail in modules/coins.py.move_coinsGravatar jesopo2018-10-221-1/+1