A Befunge-98 irc bot
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. |
||
---|---|---|
src | ||
.gitignore | ||
bot.b98 | ||
GNUmakefile | ||
LICENSE | ||
README |
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