Skip to content

v1.1

Compare
Choose a tag to compare
@SilverRainZ SilverRainZ released this 13 Feb 13:21
· 59 commits to master since this release
  • New event: ACTION, NOTICE
  • New event: LABOTS_MSG and LABOTS_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 using python3 setup.py install, for Arch Linux user, you can install labots-git from AUR
  • Fixed: check_bot() failed because bot._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