Archived
1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
1b03e5bfb2 Rewrote a part of the C wrapper for clarity and bug fixing 2016-08-17 19:33:51 +02:00
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
42db0e92ef Rewrote the irc connection steps for clarity 2016-08-11 19:48:30 +02:00
cffeb8a355 Working bot answering PING, and its C wrapper. 2016-08-11 19:46:59 +02:00
Julien Dessaux
462de88e8b Initial commit 2016-08-11 19:45:15 +02:00