0 Members and 1 Guest are viewing this topic.
Here's the one I use, with a few scripts I wrote. It's in Javascript (with Node.js), if you read the API it shouldn't be really complicated.https://github.com/Eeems/EeeZorBot/tree/re-orghttps://github.com/juju2143/EeeZorBot-scripts
I want to program my IRC Bot in C
C is a pretty terrible choice for an IRC bot, because manual string buffering and all that, and it's not a program that's performance-critical. you should really try using something else for this use case