Releases: fredimachado/ArduinoIRC
Releases · fredimachado/ArduinoIRC
Version 0.2.0
Added PASS support
Thanks to Brian Lough (@witnessmenow) for implementing this feature.
- Now we're able to connect to Twitch chat
- There's a really nice example on how to do that
Version 0.1.0
- Added an Ethernet example
- Reorganized the examples
- Added the project to travis-ci
First usable version
This version allows you to connect to an IRC server and use a callback to receive IRC messages.
The IRC message is very complete, containing nick, user, host, command, parameters and text.
You can also send raw data to the server and messages (PRIVMSG). See examples.