phergie / phergie-irc-client-react

IRC client library built on React
BSD 3-Clause "New" or "Revised" License
56 stars 26 forks source link

Use Connection::getData where appropriate #60

Closed sitedyno closed 7 years ago

sitedyno commented 7 years ago

As specified by Phergie\Irc\ConnectionInterface::getData should be used for runtime data.

Closes #57

elazar commented 7 years ago

Looks good to me. 👍

matthewtrask commented 7 years ago

@sitedyno thanks!

asm89 commented 7 years ago

Great, thank you!