Search results for "irc bot"

Bot::IRC - Yet Another IRC Bot River stage two • 10 direct dependents • 10 total dependents

Yet another IRC bot. Why? There are so many good bots and bot frameworks to select from, but I wanted a bot framework that worked like a Unix service out-of-the-box, operated in a pre-fork way to serve multiple concurrent requests, and has a dirt-sim...

GRYPHON/Bot-IRC-1.40 - 21 Aug 2023 18:46:16 UTC - Search in distribution

IRC::Bot - Channel Maintenance IRC bot. River stage one • 1 direct dependent • 1 total dependent

A complete bot, similar to eggdrop using POE::Component::IRC. Allows access to all channel user management modes. Provides !seen and !quote functions, a complete help system, logging, dcc chat interface, and it runs as a daemon process. IRC::Bot util...

BWSMITH/IRC-Bot-0.08 - 24 Jul 2007 17:42:23 UTC - Search in distribution

Bot::Net::Mixin::Bot::IRC - mixin class for building IRC bots River stage zero No dependents

This is the mixin-class for Bot::Net IRC bots. You "inherit" all the features of this mixin by using the class: use Bot::Net::Bot; # define a Bot::Net bot use Bot::Net::Mixin::Bot::IRC; # become an IRC bot...

HANENKAMP/Bot-Net-0.1.0 - 23 Oct 2007 16:58:02 UTC - Search in distribution

Bot::Cobalt::IRC - Bot::Cobalt IRC bridge River stage two • 15 direct dependents • 15 total dependents

For a description of the commands provided by the IRC bridge, see Bot::Cobalt::IRC::Role::AdminCmds. This is the core plugin providing IRC functionality to Bot::Cobalt; incoming and outgoing IRC activity is handled just like any other plugin pipeline...

AVENJ/Bot-Cobalt-0.021003 - 31 Jul 2016 18:45:20 UTC - Search in distribution

Bot::IRC::X::Dice - Bot::IRC plugin for dice rolling River stage zero No dependents

This Bot::IRC plugin provides the means for the bot to perform simulated dice rolls. roll <dice expression like "2d6+2">...

GRYPHON/Bot-IRC-X-Dice-1.06 - 18 Mar 2022 15:53:45 UTC - Search in distribution

Bot::IRC::X::Time - Bot::IRC plugin for some time functions River stage zero No dependents

This Bot::IRC plugin provides some time functions. The following are the details: date [<time>] Returns the current date and time. If an optional timestamp is provided, it'll return the formatted data and time for that timestamp. time Returns the cur...

GRYPHON/Bot-IRC-X-Time-1.04 - 18 Mar 2022 15:56:19 UTC - Search in distribution

IRC::Bot::Hangman - An IRC hangman River stage zero No dependents

This module provides a useless IRC bot which enables you to play hangman, the classic word game. It comes shipped with a list of ~2000 english words by default. The architecture is plugin based, words, commands and responses can be extended at will b...

PDENIS/IRC-Bot-Hangman-0.1 - 29 May 2005 02:58:26 UTC - Search in distribution

Bot::IRC::X::Feeds - Bot::IRC plugin to watch and notify on changes in RSS feeds River stage zero No dependents

This Bot::IRC plugin adds functionality so bots can watch and notify on changes in RSS feeds. You can tell the bot to start following feeds. bot feed add URL [FORUMS] You can optionally provide a "FORUMS" string, which is a list of channels the bot s...

GRYPHON/Bot-IRC-X-Feeds-1.07 - 18 Mar 2022 15:53:56 UTC - Search in distribution

Bot::IRC::X::Retort - Bot::IRC plugin for bot-retorting to key words River stage zero No dependents

This Bot::IRC plugin is for bot-retorting to key words. retort <term> with <retort string> retort <term> clear...

GRYPHON/Bot-IRC-X-Retort-1.05 - 18 Mar 2022 15:54:52 UTC - Search in distribution

Bot::IRC::X::Message - Bot::IRC plugin for leaving messages for nicks River stage zero No dependents

This Bot::IRC plugin provides the means for the bot to keep messages for nicks. <user1> bot message user2 This is a message for you. <bot> user1: OK. *** user2 has joined #this_channel <bot> user2: user1 left a message for you. "This is a message for...

GRYPHON/Bot-IRC-X-Message-1.06 - 18 Mar 2022 15:54:19 UTC - Search in distribution

Bot::IRC::X::MetarTaf - Bot::IRC plugin for METAR and TAF reporting River stage zero No dependents

This Bot::IRC plugin is for METAR and TAF reporting. bot metar <airport code> bot taf <airport code>...

GRYPHON/Bot-IRC-X-MetarTaf-1.04 - 18 Mar 2022 15:54:30 UTC - Search in distribution

Bot::IRC::X::Reminder - Bot::IRC plugin for scheduling reminders River stage zero No dependents

This Bot::IRC plugin is for scheduling reminders. You can ask the bot to remind someone about something at some future time. If the nick who needs to be reminded isn't online at the time of the reminder, the reminder isn't issued. The general format ...

GRYPHON/Bot-IRC-X-Reminder-1.07 - 18 Mar 2022 15:54:41 UTC - Search in distribution

Bot::IRC::X::UriTitle - Bot::IRC plugin to parse and print URI titles River stage zero No dependents

This Bot::IRC plugin makes the bot parse and print URI titles....

GRYPHON/Bot-IRC-X-UriTitle-1.05 - 18 Mar 2022 15:56:27 UTC - Search in distribution

Net::Bot::IRC::Message - An IRC protocol message class. River stage zero No dependents

MCAUDILL/Net-Bot-IRC-Message-1.0.1 - 02 Jun 2023 00:41:06 UTC - Search in distribution

Bot::IRC::X::WwwShorten - Bot::IRC plugin for automatic URL shortening River stage zero No dependents

This Bot::IRC plugin for automatic URL shortening. It uses TinyURL <http://tinyurl.com> for shortening through WWW::Shorten. <user> bot tiny http://perl.org <bot> user: http://tinyurl.com/9om78...

GRYPHON/Bot-IRC-X-WwwShorten-1.04 - 18 Mar 2022 15:56:28 UTC - Search in distribution

IRC::Bot::Log::Extended - extends IRC::Bot::Log for IRC::Bot River stage zero No dependents

The SYNOPSIS above does two tasks. 1 it creates a custom IRC::Bot2 based on IRC::Bot. The only differece is override $IRC::Bot::log with $IRC::Bot::log = IRC::Bot::Log::Extended->new( Path => $self->{'LogPath'}, split_channel => 1, split_day => 1, );...

FAYLAND/IRC-Bot-Log-Extended-0.03 - 08 Feb 2009 01:35:26 UTC - Search in distribution

IRC::Indexer::Trawl::Bot - Indexing trawler instance River stage zero No dependents

A single instance of an IRC::Indexer trawler; this is the bot that forms the backbone of the rest of the IRC::Indexer modules and utilities. Connects to a specified server, gathers some network information, and disconnects when either all requests ap...

AVENJ/IRC-Indexer-0.06 - 18 Apr 2012 01:13:44 UTC - Search in distribution

Bot::Pastebot::Client::Irc - The part that sits on IRC channels. River stage zero No dependents

See pastebot for the full documentation, including syntax and options for pastebot's configuration files. This module implements Bot::Pastebot's IRC-based user interface presence....

RCAPUTO/Bot-Pastebot-0.600 - 11 Oct 2014 01:51:44 UTC - Search in distribution
  • pastebot - the original clipboard to chat gateway

Net::Bot::IRC::NumericCodes - A module for abstracting IRC numeric codes. River stage zero No dependents

MCAUDILL/Net-Bot-IRC-NumericCodes-1.0.0 - 02 Jun 2023 00:30:49 UTC - Search in distribution

Bot::IRC::X::ManagementSpeak - Bot::IRC plugin for rendering management-speak River stage zero No dependents

This Bot::IRC plugin is for rendering management-speak. <bot> mspeak...

GRYPHON/Bot-IRC-X-ManagementSpeak-1.04 - 18 Mar 2022 15:54:08 UTC - Search in distribution
166 results (0.111 seconds)