| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This compatibility code goes away in Python versions greater than 3.7
|
| |
|
|
|
| |
Naive datetimes will now be interpreted as local time throughout
the library.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This has a lot of legacy and cruft so there may be some stuff I've
missed but this first pass is enough to get a clear separation.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Moving channels is seen as a complicated task, so hopefully this
abstracts a lot of it for users. There is no bulk move helper yet
since I'm unsure how the API for that should be.
|
| | |
|
| | |
|
| |
|
|
| |
This is configured with the strip_after_prefix option in `Bot.__init__`
|
| |
|
|
| |
Fixes #5154
|