Heufneutje / PyHeufyBot

A modular IRC bot written in Python, using Twisted. Abandoned, most popular modules have been ported to https://github.com/DesertBot/DesertBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move channel logging into a module

Heufneutje opened this issue · comments

Logging is currently handled by the core. In a modular setup like PyHeufyBot has, this should be handled by a module.

This is mostly done in d8397dc and 1f81c88. Only have the numeric replies left before I can close this.