Which file would I have to download and put in my godot project? Anything that's a .GD file?
Edit: I just saw that the whole thing is in the addons/IRCClient directory, so I would have to add all the files.
yeah, u should copy the addons/ircclient directory into ur project as-is
I'm assuming I should add it to a 2D node based project?
it doesnt matter what the root/parent nodes are, you just need to add the IRCClient node to ur current scene & configure it as you need. the node itself tracks very little so for almost all things you will need to connect to its signals