Skip to content

Releases: fredimachado/ArduinoIRC

Version 0.2.0

07 Aug 22:25
86cc95a
Compare
Choose a tag to compare

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

09 Apr 05:24
Compare
Choose a tag to compare
  • Added an Ethernet example
  • Reorganized the examples
  • Added the project to travis-ci

First usable version

05 Apr 02:28
Compare
Choose a tag to compare

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.