summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot/Plugin/Logging.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crawl/Bot/Plugin/Logging.pm')
-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',