I am working on a game in unity and it requires some kind of chat client. I have to bind mIRC to Visual Studio and Unity so I can begin the next phase, coding the client. I am having issues with finding a tutorial since this is kind of a complicated situation.
I chose mIRC so I don't have to reinvent the wheel completely with a chat client and it looks prettier than what I can do. I want to do this in C# since I am very familiar with this language. I tried searching the internet for tutorials on how to do so but none of them suit my needs.
At the end, I want to have a DLL ready so Visual Studio can communicate with Unity and mIRC.