IRC-Log-Textual

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

The <IRC::Log::Textual> distrubution provides an interface to the IRC logs that are generated by the Textual application on MacOS. Please see L<<IRC::Log>|https://raku.land/zef:lizmat/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.

If you like this module, or what I'm doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2021, 2025 Elizabeth Mattijsen

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

# vim: expandtab shiftwidth=4

IRC::Log::Textual v0.0.17

interface to IRC logs from Textual

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

IRC::Log:ver<0.0.25+>:auth<zef:lizmat>META::verauthapi:ver<0.0.1>:auth<zef:lizmat>

Test Dependencies

Provides

  • IRC::Log::Textual

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

Built with Podlite — the markup and publishing tools behind this site.