irc-bot-c is a simple IRC bot with basic functionalities, same as my irc-bot-nodejs but written in C
- build & run with: ./irc-bot-c server.cfg
- !sysinfo - get uptime and ram usage of the client
- grab title from posted URL in irc channel
- youtube links: get likes & view count
- imdb links: get rating & amount of votes
- Nickserv authentication
- support for config file
- libcurl: https://curl.haxx.se/libcurl/
- libsrsirc: https://github.com/fstd/libsrsirc/
- GNU GPL v3