Experimental Irc Client in C
Only Dependency of pthread (not used yet) you can safely remove it from CMakelist.txt
foo@bar: mkdir my-build
foo@bar: cd my-build
foo@bar: cmake ..
foo@bar: make -j6
foo@bar: ./cbtinyirc
- Create a Socket Wrapper
- Send Message
- Receive Message
- Close Socket
- Auth IRC Using RFC
- PING PONG detect
- Add Simple Bots Commands
- Loops Running using threads
- Port for Other OS'es