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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:e4c74eb20586 | 2014-08-02 | NickRyder | Added documentation. |
1:cf586c9bbb52 | 2014-08-02 | NickRyder | Renaming files. |
0:b8fb2df56652 | 2014-08-02 | NickRyder | Moved irc and handlers into IrcBot library. |