The IrcBot class can connect to a channel on an IRC network. Users on the same network can send messages to the bot that are parsed by message handlers. The included handlers read digital/analog inputs and write digital outputs or echo messages back to the command sender/channel. Users can write their own message handlers inheriting from the MessageHandler class to perform different actions.

Embed: (wiki syntax)

« Back to documentation index

MessageHandler Class Reference

MessageHandler Class Reference

Base MessageHandler class. More...

#include <IrcBot.h>

Inherited by AnalogInHandler [private], DigitalInHandler [private], DigitalOutHandler [private], and EchoHandler [private].


Detailed Description

Base MessageHandler class.

Users should write classes inheriting from MessageHandler to parse and respond to incoming IRC messages.

Definition at line 30 of file IrcBot.h.