circuits / kdb

kdb is a small pluggable IRC Bot framework utilizing the circuits Python Application Framework
Other
6 stars 4 forks source link

RFE: add options to implement /ignore #32

Open dhutty opened 9 years ago

dhutty commented 9 years ago

Perhaps to the logger configuration so that the logs can't contain almost useless join/parts/nicks/quits messages.

And/or to the log presentation web UI (perhaps via CSS classes) such that the log viewer can choose to enable/disable presentation of such messages.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/25946721-rfe-add-options-to-implement-ignore?utm_campaign=plugin&utm_content=tracker%2F20619798&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F20619798&utm_medium=issues&utm_source=github).
prologic commented 9 years ago

So something like:

[logging]
events = ['privmsg']
prologic commented 9 years ago

Re "log viewer"; I guess kdb doesn't really have one yet :) See #31