Hello guys,
so I've made a construct application that watches for something to change, and if it changes, I want to be able to notify people (it's for an online game). We use an IRC channel, but I guess posting my data to IRC ist to complicated, so my other thought is, that I could go and try to post that data to a text file on a server, that then an IRC bot surely could watch and, if it changes, notify users in the IRC channel.
I use that program in form of a node webkit.
How can I do that?