GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POE::Component::IRC::Cookbook(3) User Contributed Perl Documentation POE::Component::IRC::Cookbook(3)

POE::Component::IRC::Cookbook - The PoCo-IRC Cookbook: Overview

POE::Component::IRC is a fully event-driven IRC client module built around POE. It can be used to write IRC client applications of any kind. This cookbook features working examples of programs demonstrating the capabilities of POE::Component::IRC.

Note: This is a work in progress. The entries without hyperlinks indicate unwritten recipes.

Disconnecting

Shows you how to disconnect gracefully.

A basic bot

A basic bot demonstrating the basics of PoCo-IRC.

Translator

Add translating capabilities to your bot.

Resolver

Have your bot resolve DNS records for you.

MegaHAL

Allow your bot to talk, using artificial "intelligence".

Seen

Implement the "seen" feature found in many bots, which tells you when your bot last saw a particular user, and what they were doing/saying.

Reload

Structure your code in such a way that your bot can be reprogrammed at runtime without reconnecting to the IRC server.

Feeds

Use your bot as an RSS/Atom feed aggregator.

Reminder

Have your bot remind you about something at a later time.

Messenger

Have your bot deliver messages to users as soon as they become active.

Eval

Have your bot evaluate mathematical expressions and code.

Gtk2

A simple IRC client with a Gtk2 interface.

ReadLine

A simple IRC client with a ReadLine interface.

Hinrik Örn Sigurðsson, hinrik.sig@gmail.com
2021-06-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.