Archived
1
0
Fork 0
A Befunge-98 irc bot
This repository has been archived on 2025-03-08. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Julien Dessaux 21258ec3e6 Wrote a proper IRC parser
There are limitations : currently the parser would loop infinitely if
there were no \r\n (but the c wrapper would catch that), or if there
were no spaces, and it would miss the cmd and params starting char if they
were separated by more than one space.

Those caveats aside, it works great! And that's more than enough for now.
2016-08-17 19:22:54 +02:00
src Working bot answering PING, and its C wrapper. 2016-08-11 19:46:59 +02:00
.gitignore Working bot answering PING, and its C wrapper. 2016-08-11 19:46:59 +02:00
bot.b98 Wrote a proper IRC parser 2016-08-17 19:22:54 +02:00
GNUmakefile Working bot answering PING, and its C wrapper. 2016-08-11 19:46:59 +02:00
LICENSE Initial commit 2016-08-11 19:45:15 +02:00
README Working bot answering PING, and its C wrapper. 2016-08-11 19:46:59 +02:00

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