Home > irc-cpp

irc-cpp

Irc-cpp is a project mainly written in C++, it's free.

Project 3Q - An irc bot in c++ with lua.

p3q

Project 3Q - An IRC bot in C++ with lua!

Authors:

  • Dylan Johnston
  • Brad Janke

Build

Dependencies

You must have a version of GCC installed or some other C/C++ compiler. makefile can be configured to change the compiler.

p3q is dependent on lua. This means you must have lua.h available for use. This is typically available on your favorite distros package manager.

Arch linux

pacman -S lua

Debian/Ubuntu

apt-get install lua lua-devel

Build using make

make
Previous:RPNGestCalc