This repository was archived by the owner on Apr 21, 2025. It is now read-only.
Releases: SilverRainZ/labots
Releases · SilverRainZ/labots
Release list
v1.3
v1.2
- Limit the interval of sending message
- Add colorful logger
- Add
bot.reload = Falseto prevent bot from being reloaded - Fixed: pyinotify doesn't work when path startswith './'
v1.1
- New event:
ACTION,NOTICE - New event:
LABOTS_MSGandLABOTS_MENTIONED_MSG, for the bot which only care about IRC message content - Add:
bot.usage, the bot's usage will be show when received a "labots: help"-like message - Add:
bot.say(..., recv_msg = False)allow bot doesn't receive the message sent by itself - Add:
setup.pyLABots now can installed as a python package usingpython3 setup.py install, for Arch Linux user, you can installlabots-gitfrom AUR - Fixed:
check_bot()failed becausebot._namehaven't set yet - Fixed: wrong nick after receicved a
NICKmessage - Fixed: irc color strip
- Changed: Bot will auto read config from
<botname>.json, please update your bot - Changed: event function signatures, these functions are auto generated from events now, please update your bot
- Change: remove
config.pyand use YAML as configure file