/Navn

A Modular C++ IRC Bot

Primary LanguageC++

This IRC bot was Created by Lordofsraam and developed by Lordofsraam and Justasic on Azuru.
All code is licensed under GNU General Public License GPL v3 (http://www.gnu.org/licenses/gpl.html)

Our IRC: irc.Azuru.net
Ports: 6660-6669. SSL: 5000
Our Website: http://www.Azuru.net/
SVN: https://flux-net.googlecode.com/svn/trunk/cpp_bot/
Git: git://github.com/Justasic/Navn.git
Git Web: https://github.com/Justasic/Navn

System support: Linux/Unix i386 (x86)

How to Install:
1. Extract the source with unzip on linux.
2. Make sure you have updated Gpp and G++ to latest versions or have build-essentials installed.
3. run ./Config
4. Run make
5. To start the bot run ./navn

How to start in developer mode
1. Follow above instructions.
2. Start the bot with ./navn -d

How to start in Protocol Debug mode
1. Follow above instructions.
2. Start the bot with ./navn -n -p

Dependencies:
  Building:
    CMake
  Encyclopedia module:
    python-pip
    [Then run "pip install requests"]
  Segmentation fault traces:
    for backtrace dumps: C++ include '<execinfo.h>'
    for attempts to restore program before crash 'libunwind-setjmp0-dev' and 'libunwind-setjmp0' or include '<setjmp.h>'