Skip to content

Releases: fredimachado/ArduinoIRC

Version 0.2.0

Choose a tag to compare

@fredimachado fredimachado released this 07 Aug 22:25
86cc95a

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

Choose a tag to compare

@fredimachado fredimachado released this 09 Apr 05:24
  • Added an Ethernet example
  • Reorganized the examples
  • Added the project to travis-ci

First usable version

Choose a tag to compare

@fredimachado fredimachado released this 05 Apr 02:28

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.