/irc-bot

IRC Bot in pure C

Primary LanguageCMIT LicenseMIT

Installation

Run unit tests if check framework is installed

make test

Build main program

make

Build main program with optimizations

make release