Rand Stats

IRC::Client::Plugin::Rakkable

zef:lizmat

Actions Status Actions Status Actions Status

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 liz@raku.rocks

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 Elizabeth Mattijsen

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