mal
mal
What timing - the IRCv3 bot mode spec was ratified today. It'd be good to support this at some point, but user modes are probably easier and satisfy my needs...
Related, if I understand the title correctly: https://github.com/lrstanley/girc/issues/55
I think the implemented timestamp comparison is a sufficient solution when available - Do we think there will be servers that replay without server-time and it's worth tracking message IDs?...
For when I look at this next: https://github.com/requests/toolbelt/pull/293 was merged
Some dns tests: http://lo.4.sopel.sec.gd/ http://net.4.sopel.sec.gd/ http://net2.4.sopel.sec.gd/ http://lo.6.sopel.sec.gd/ http://lo4.6.sopel.sec.gd/ http://ula.6.sopel.sec.gd/ http://ll.6.sopel.sec.gd/
Actually, it looks like the session isn't being loaded properly. From a fresh workspace (`rm test.tw_session`): ```py >>> from tweety import Twitter >>> app = Twitter("test") >>> app.session.logged_in False >>>...
Aha, thanks. After `app.connect()`ing with a saved session in REPL it has the same `AttributeError`.
Dupe of #2
This addon doesn't modify the audio, only sets the `` element's volume to a value from 0 to 1. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/volume) for details.
Preferably optional, for user trust and possibly performance