Commit Graph

212 Commits

Author SHA1 Message Date
Lucio Andrés Illanes Albornoz 4f56b9c783 pngbot.py: splits main into class IrcMiRCARTBot.
pngbot.py:IrcBot.close(): only close() clientSocket if non-None.
pngbot.py:IrcMiRCARTBot.connect(): correctly zero-initialise clientLastMessage.
pngbot.py:IrcMiRCARTBot.dispatch(): fix imgurResponseHttp.status_code reference.
2018-01-02 22:20:20 +01:00
Lucio Andrés Illanes Albornoz 4c5755d2fc pngbot.py: rate-limit `!pngbot' processing to once (1) each 45 seconds. 2018-01-02 22:02:36 +01:00
Lucio Andrés Illanes Albornoz e091920bda pngbot.py: handle HTTP status codes differing from 200.
pngbot.py: update IRC message text.
2018-01-02 21:57:21 +01:00
Lucio Andrés Illanes Albornoz b94d3afdb5 pngbot.py: convert to lower case when comparing channel names. 2018-01-02 21:54:02 +01:00
Lucio Andrés Illanes Albornoz 5f4aa470b9 README.md: add pngbot.py prerequisites.
pngbot.py: initial commit (requires python3-{json,requests,urllib3}.)
2018-01-02 20:51:32 +01:00
Lucio Andrés Illanes Albornoz 93946c3bc9 mirc2png.py: fix class declaration & commenting style. 2018-01-02 20:51:06 +01:00
Lucio Andrés Illanes Albornoz 89e244890c .gitignore: ignore __pycache__/. 2018-01-02 20:50:40 +01:00
Lucio Andrés Illanes Albornoz 1c664f26e0 .gitignore: added to repository. 2018-01-02 19:16:09 +01:00
Lucio Andrés Illanes Albornoz 2d397ad4cf README.md: added to repository. 2018-01-02 17:03:15 +01:00
Lucio Andrés Illanes Albornoz 734cc19333 DejaVuSansMono.ttf: added to repository for convenience.
mirc2png.py:main(): default fontFilePath to `DejaVuSansMono.ttf'.
2018-01-02 16:59:35 +01:00
Lucio Andrés Illanes Albornoz abaa92b53d mirc2png.py:parseAsChar(): implement underline (^_.)
mirc2png.py:__init__(): increment self.outCurY by correct row height.
2018-01-02 16:54:39 +01:00
Lucio Andrés Illanes Albornoz 2ea89a0559 Initial commit. 2018-01-02 16:19:07 +01:00