/tinyirc

Experimental Irc Client in C

Primary LanguageC

Tinyirc

Experimental Irc Client in C

Only Dependency of pthread (not used yet) you can safely remove it from CMakelist.txt

Build

foo@bar: mkdir my-build
foo@bar: cd my-build
foo@bar: cmake ..
foo@bar: make -j6

Run

foo@bar: ./cbtinyirc

TODO:

  • 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