IRC::Client::Plugin::Rakkable

Local rak searches by bot

NAME

IRC::Client::Plugin::Rakkable - local rak searches by bot

SYNOPSIS

use IRC::Client;
use IRC::Client::Plugin::Rakkable;

.run with IRC::Client.new(
  :nick<Rakkable>,
  :host<irc.libera.chat>,
  :channels<#raku-dev #moarvm>,
  :plugins(IRC::Client::Plugin::Rakkable.new(
  )),
);

DESCRIPTION

The IRC::Client::Plugin::Rakkable distribution provides an interface to run local rak searches and produce results of them on IRC channels (and gist results for further perusal).

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/IRC-Client-Plugin-Rakkable . 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 2025, 2026 Elizabeth Mattijsen

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

IRC::Client::Plugin::Rakkable v0.0.3

Local rak searches by bot

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • IRC::Client::Plugin::Rakkable

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