···11-# IrcStates
11+# IRCStates
2233port of [jesopo/ircstates](https://github.com/jesopo/ircstates)
44+55+available on [nuget](https://www.nuget.org/packages/IRCStates)
4657bare bones irc client state
68···4446 {
4547 while (_encoder.PendingBytes.Any())
4648 {
4747- var bytesSent = _socket.Send(_encoder.PendingBytes);
4848- var sentLines = _encoder.Pop(bytesSent);
4949- foreach (var line in sentLines) Console.WriteLine($"> {line.Format()}");
4949+ foreach (var line in _encoder.Pop(_socket.Send(_encoder.PendingBytes)))
5050+ Console.WriteLine($"> {line.Format()}");
5051 }
51525253 var bytesReceived = _socket.Receive(_bytes);
+2
IRCTokens/README.md
···33this is a c\# port of jesopo's [irctokens](
44https://github.com/jesopo/irctokens)
5566+available on [nuget](https://www.nuget.org/packages/IRCTokens)
77+68## usage
79810### tokenization
+2
README.md
···1111- [ircstates](https://github.com/jesopo/ircstates)
1212- [ircrobots](https://github.com/jesopo/ircrobots)
13131414+an [irctokens.org](https://irctokens.org) project
1515+1416discussion and support on irc: [#irctokens](
1517https://web.tilde.chat/?join=irctokens)
1618