The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Bot::BasicBot"

Bot::BasicBot - simple irc bot baseclass River stage two • 10 direct dependents • 51 total dependents

Basic bot system designed to make it easy to do simple bots, optionally forking longer processes (like searches) concurrently in the background. There are several examples of bots using Bot::BasicBot in the examples/ folder in the Bot::BasicBot tarba...

BIGPRESH/Bot-BasicBot-0.93 - 02 Feb 2018 00:13:02 UTC

Bot::BasicBot::Pluggable - extended simple IRC bot for pluggable modules River stage two • 41 direct dependents • 41 total dependents

Bot::BasicBot::Pluggable started as Yet Another Infobot replacement, but now is a generalised framework for writing infobot-type bots that lets you keep each specific function separate. You can have separate modules for factoid tracking, 'seen' statu...

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Bot::BasicBot::CommandBot River stage zero No dependents

Simple declarative syntax for an IRC bot that responds to commands....

ALTREUS/Bot-BasicBot-CommandBot-0.05 - 27 Mar 2015 23:07:15 UTC

App::Bot::BasicBot::Pluggable - Base class for bot applications River stage two • 41 direct dependents • 41 total dependents

This module is basically intended as base class for Bot::BasicBot::Pluggable frontends. It's attributes can be set by command line options or a configuration file....

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Test::Bot::BasicBot::Pluggable - utilities to aid in testing of Bot::BasicBot::Pluggable modules River stage two • 41 direct dependents • 41 total dependents

Test::Bot::BasicBot::Pluggable was written to provide a minimalistic testing bot in order to write cleaner unit tests for Bot::BasicBot::Pluggable modules....

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Bot::BasicBot::Pluggable::Store - base class for the back-end pluggable store River stage two • 41 direct dependents • 41 total dependents

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Bot::BasicBot::Pluggable::Module - base module for all BasicBot plugins River stage two • 41 direct dependents • 41 total dependents

Object Store Every pluggable module gets an object store to save variables in. Access this store using the "get()" and "set()" accessors. Do not access the store through any other means - the location of the store, and its method of storage, may chan...

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Bot::BasicBot::Pluggable::Terminal - A standard Bot::BasicBot::Pluggable script River stage two • 41 direct dependents • 41 total dependents

A standard Bot::BasicBot::Pluggable interface. You can /query the bot to load in more modules. Change the admin password ASAP - See perldoc Bot::BasicBot::Pluggable::Auth for details of this....

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Bot::BasicBot::Pluggable::WithConfig - initialize bot instance with YAML config River stage one • 1 direct dependent • 1 total dependent

Bot::BasicBot::Pluggable::WithConfig is instance creator with config file...

KITANO/Bot-BasicBot-Pluggable-WithConfig-0.03 - 16 Nov 2008 05:35:17 UTC

Bot::BasicBot::Pluggable::FromConfig - Create a bot from a config file. River stage zero No dependents

"Bot::BasicBot::Pluggable::FromConfig" is a config loader for Bot::BasicBot::Pluggable allowing all of your Bot configuration to be declared in its own file. It is largely based on Bot::BasicBot::Pluggable::WithConfig. It's designed to allow for a wi...

MRF/Bot-BasicBot-Pluggable-FromConfig-0.6 - 11 Apr 2014 13:51:09 UTC

Bot::BasicBot::Pluggable::Store::DBI - use DBI to provide a storage backend River stage two • 41 direct dependents • 41 total dependents

This is a Bot::BasicBot::Pluggable::Store that uses a database to store the values set by modules. Complex values are stored using Storable....

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Bot::BasicBot::Pluggable::Module::RT - This is a plugin to access information about RT tickets on IRC River stage zero No dependents

This module uses RT::Client::REST::Ticket to connect to a RT server and grab information on tickets....

DAMS/Bot-BasicBot-Pluggable-Module-RT-0.20 - 06 Feb 2011 15:13:51 UTC

Bot::BasicBot::Pluggable::Module::RSS - RSS feed aggregator for your bot River stage zero No dependents

This module enables your bot to monitor various RSS feeds for new headlines and post these to your channels. Every channel has it's own list of rss feeds, but in case two channels subscribed to the same rss feeds, it's only checked once and the bot p...

MDOM/Bot-BasicBot-Pluggable-Module-RSS-0.02 - 19 Jul 2009 21:01:44 UTC

Bot::BasicBot::Pluggable::Module::Tea - Tea round organising IRC bot River stage zero No dependents

AJCT/Bot-BasicBot-Pluggable-Module-Tea-0.01 - 24 Feb 2012 09:17:48 UTC

Bot::BasicBot::Pluggable::Store::Deep - use DBM::Deep to provide a storage backend River stage two • 41 direct dependents • 41 total dependents

This is a "Bot::BasicBot::Pluggable::Store" that uses "DBM::Deep" to store the values set by modules....

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Test::Bot::BasicBot::Pluggable::Store - basics tests for Bot::BasicBot::Pluggable storage classes River stage two • 41 direct dependents • 41 total dependents

This modules collects some general functions to test storage module sfor Bot::BasicBot::Pluggable. In the moment we just export the basic store_ok....

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Bot::BasicBot::Pluggable::Module::Log - Provide logging for Bot::BasicBot::Pluggable River stage zero No dependents

MDOM/Bot-BasicBot-Pluggable-Module-Log-0.11 - 19 Jul 2009 21:22:32 UTC

Bot::BasicBot::Pluggable::Module::DNS - DNS lookups for hostnames or IP addresses River stage two • 41 direct dependents • 41 total dependents

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Bot::BasicBot::Pluggable::Module::Vars - change internal module variables River stage two • 41 direct dependents • 41 total dependents

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC

Bot::BasicBot::Pluggable::Module::Seen - track when and where people were seen River stage two • 41 direct dependents • 41 total dependents

BIGPRESH/Bot-BasicBot-Pluggable-1.30 - 13 Mar 2023 16:49:08 UTC
134 results (0.051 seconds)