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)
- Host: GitHub
- URL: https://github.com/precla/irc-bot-c
- Owner: precla
- License: gpl-3.0
- Created: 2017-06-24T22:19:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T12:36:35.000Z (over 4 years ago)
- Last Synced: 2025-05-06T19:04:26.562Z (about 1 year ago)
- Language: C
- Size: 233 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
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