summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote a part of the C wrapper for clarity and bug fixingHEADmasterJulien Dessaux2016-08-172-17/+32
|
* Wrote a proper IRC parserJulien Dessaux2016-08-171-6/+19
| | | | | | | | | 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.
* Rewrote the irc connection steps for clarityJulien Dessaux2016-08-111-3/+6
|
* Working bot answering PING, and its C wrapper.Julien Dessaux2016-08-1112-0/+475
|
* Initial commitJulien Dessaux2016-08-111-0/+21