Finished implementing, now for the testing phase.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace ehs
|
||||
if (initialized)
|
||||
return;
|
||||
|
||||
client = TCP(ehs::AddrType::IPV4);
|
||||
client = TCP(ehs::IP::V4);
|
||||
client.Connect(DNS::Resolve("irc.chat.twitch.tv"), 6667);
|
||||
client.SetBlocking(false);
|
||||
|
||||
|
Reference in New Issue
Block a user