An open API service indexing awesome lists of open source software.

https://github.com/precla/irc-bot-c

Same as https://github.com/precla/irc-bot-nodejs just written in C (and lacking a lot of functions atm)
https://github.com/precla/irc-bot-c

Last synced: 10 months ago
JSON representation

Same as https://github.com/precla/irc-bot-nodejs just written in C (and lacking a lot of functions atm)

Awesome Lists containing this project

README

          

# irc-bot-c

irc-bot-c is a simple IRC bot with basic functionalities, same as my irc-bot-nodejs but written in C

## Usage
1. build & run with: ./irc-bot-c server.cfg

## Commands:
- !sysinfo - get uptime and ram usage of the client

### Done:
- 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

## Dependencies:
- libcurl: https://curl.haxx.se/libcurl/
- libsrsirc: https://github.com/fstd/libsrsirc/

### License:
- GNU GPL v3