/koreanbot

An IRC-bot on the easyirc

Primary LanguagePython

An IRC Bot

This is a bot to test easyirc, an IRC frameowrk written in Python.

easyirc supports distributed code for event handling.

  • See join.py about common event handler. It is using easyirc.events.
  • See source.py about minimal bot handler. It is using easyirc.events.bot.
  • To add new feature, fork this project and make new module. Pull requests are appreciated.