summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-01-25 00:44:06 -0600
committerJesse Luehrs <doy@tozt.net>2010-01-25 00:44:06 -0600
commit83ac98715ec351a616ebd85d86265d5f792c6eb3 (patch)
tree647af9deac8aa5b9e48b72dd52b4ab961a419978
parent6a84735c5705f5f763c5f63b840d75a050c28d47 (diff)
downloadcrawlbot-83ac98715ec351a616ebd85d86265d5f792c6eb3.tar.gz
crawlbot-83ac98715ec351a616ebd85d86265d5f792c6eb3.zip
some todo comments
-rw-r--r--lib/Crawl/Bot/Plugin/Logging.pm3
1 files changed, 3 insertions, 0 deletions
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',