README

NAME

IRC::Log::Colabti - interface to IRC logs from colabti.org

SYNOPSIS

use IRC::Log::Colabti;

my $log = IRC::Log::Colabti.new($filename.IO);

say "Logs from $log.date()";
.say for $log.entries.List;

my $log = IRC::Log::Colabti.new($text, $date);

DESCRIPTION

IRC::Log::Colabti provides an interface to the IRC logs that are available from colabti.org (raw format). Please see IRC::Log for more information.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/IRC-Log-Colabti . Comments and Pull Requests are welcome.

COPYRIGHT AND LICENSE

Copyright 2021 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

IRC::Log::Colabti v0.0.34

interface to IRC logs from colabti.org

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

IRC::Log:ver<0.0.9>:auth<cpan:ELIZABETH>

Test Dependencies

Provides

  • IRC::Log::Colabti

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.