README

NAME

IRC::Log::Textual - interface to IRC logs from Textual

SYNOPSIS

use IRC::Log::Textual;

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

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

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

DESCRIPTION

IRC::Log::Textual provides an interface to the IRC logs that are generated by the Textual application on MacOS. Please see IRC::Log for more information.

Since Textual stores its daily file in the local time zone, specifying a path with .new will also read the files in the same directory that are one day before it and one day after it to make sure all entries of the date in UTC are captured.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/IRC-Log-Textual . 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::Textual v0.0.6

interface to IRC logs from Textual

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

IRC::Log:ver<0.0.10>:auth<zef:lizmat>

Test Dependencies

Provides

  • IRC::Log::Textual

Documentation

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