Releases: SilverRainZ/labots
Releases · SilverRainZ/labots
v1.3
v1.2
- Limit the interval of sending message
- Add colorful logger
- Add
bot.reload = False
to prevent bot from being reloaded - Fixed: pyinotify doesn't work when path startswith './'
v1.1
- New event:
ACTION
,NOTICE
- New event:
LABOTS_MSG
andLABOTS_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.py
LABots now can installed as a python package usingpython3 setup.py install
, for Arch Linux user, you can installlabots-git
from AUR - Fixed:
check_bot()
failed becausebot._name
haven't set yet - Fixed: wrong nick after receicved a
NICK
message - 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.py
and use YAML as configure file