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.
History
Added documentation.
2014-08-02, by NickRyder [Sat, 02 Aug 2014 12:57:57 +0000] rev 2
Added documentation.
Renaming files.
2014-08-02, by NickRyder [Sat, 02 Aug 2014 12:17:28 +0000] rev 1
Renaming files.
Moved irc and handlers into IrcBot library.
2014-08-02, by NickRyder [Sat, 02 Aug 2014 12:09:10 +0000] rev 0
Moved irc and handlers into IrcBot library.