mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 07:16:38 +00:00
mIRC art editor & tools (for EFnet #MiRCART)
a0db56a530
pngbot.py:IrcMiRCARTBot.clientChannelRejoin{,TimerNext}: added to support delayed rejoin-on-kick logic. pngbot.py:IrcMiRCARTBot.dispatchJoin(): reset clientChannelRejoin{,TimerNext} on successful (re)join to clientChannel. pngbot.py:IrcMiRCARTBot.dispatchKick(): set clientChannelRejoin{,TimerNext} on kick from clientChannel to time.time() + 15 (seconds.) pngbot.py:IrcMiRCARTBot.dispatchTimer(): (re)join clientChannel and set clientChannelRejoin{,TimerNext} to time.time() + 15 (seconds.) pngbot.py:IrcMiRCARTBot.dispatch(): call readline() w/ timeout delta given clientChannelRejoinTimerNext. |
||
---|---|---|
.gitignore | ||
DejaVuSansMono.ttf | ||
mirc2png.py | ||
pngbot.py | ||
README.md |
mirc2png -- convert ASCII w/ mIRC control codes to monospaced PNG (for EFnet #MiRCART)
- Prerequisites: python3 && python3-pil (&& python3-{json,requests,urllib3} for pngbot.py) on Debian-family Linux distributions
- mirc2png.py usage: mirc2png.py
<MiRCART input file pathname>
<PNG image output file pathname>
[<Font file pathname; defaults to DejaVuSansMono.ttf>
] [<Font size; defaults to 11>
] - pngbot.py usage: pngbot.py
<IRC server hostname>
[<IRC server port; defaults to 6667>
] [<IRC bot nick name; defaults to pngbot>
] [<IRC bot user name; defaults to pngbot>
] [<IRC bot real name; defaults to pngbot>
] [<IRC bot channel name; defaults to #MiRCART>
]