Working bot answering PING, and its C wrapper.
This commit is contained in:
parent
462de88e8b
commit
cffeb8a355
12 changed files with 475 additions and 0 deletions
11
README
Normal file
11
README
Normal file
|
@ -0,0 +1,11 @@
|
|||
Dependencies :
|
||||
- Fungi : cabal install fungi
|
||||
- gnutls-devel
|
||||
|
||||
Configuring :
|
||||
- irc server and port : src/config.h
|
||||
- password and NICK in bot.b98
|
||||
|
||||
Running the bot :
|
||||
- make
|
||||
- ./cbot
|
Reference in a new issue