It seems to be happening right now the IP is resolving to
tcpClient.Client.RemoteEndPoint {192.16.64.155:6667} System.Net.EndPoint {System.Net.IPEndPoint}
EDIT: I have a theory. Could I be getting globally banned my bot connects to multiple channels. 9 to be exact. I send these commands on startup.
_outputStream.WriteLine("PASS " + oAuth);
_outputStream.WriteLine("NICK " + userName);
_outputStream.WriteLine(“CAP REQ :twitch.tv/membership”);
_outputStream.WriteLine(“CAP REQ :twitch.tv/tags”);
_outputStream.WriteLine(“CAP REQ :twitch.tv/commands”);
Do these messages count towards my global limit?