From 83ac98715ec351a616ebd85d86265d5f792c6eb3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 25 Jan 2010 00:44:06 -0600 Subject: some todo comments --- lib/Crawl/Bot/Plugin/Logging.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Crawl/Bot/Plugin/Logging.pm b/lib/Crawl/Bot/Plugin/Logging.pm index 1382392..06838c3 100644 --- a/lib/Crawl/Bot/Plugin/Logging.pm +++ b/lib/Crawl/Bot/Plugin/Logging.pm @@ -4,6 +4,9 @@ extends 'Crawl::Bot::Plugin'; use autodie; +# XXX: only supports one channel at the moment +# XXX: should strip out mirc color codes from the logs + has date => ( is => 'ro', isa => 'Str', -- cgit v1.2.3-54-g00ecf