Skip to content

Roflincopter/libdazeus-irc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libdazeus-irc

A C++ wrapper around the libircclient library, to take as much IRC-related tasks off your shoulders as possible. Define a network and its servers, and libdazeus-irc will keep track of (re-)connections for you. It will also keep a list of joined channels up-to-date, and will keep a list of identified users up-to-date if you ask for it.

Build instructions

mkdir build
cd build
cmake ..
make

You may want to run the test suite:

make test

About

A C++ wrapper around the libircclient library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.4%
  • Perl 15.6%