aboutsummaryrefslogtreecommitdiffstats
#Intro

Just another bot written in C. For now supports IRC proto for now.
Have multhithreading support. Inter process communication protocol.
No external dependencies except libc.

## Features
* No dependenices
* Multi-server
* Multi-channel
* IRC protocol, non-SSL yet
* Support INI config files

#Run

./agni
./agni -c [CONFIG_FILENAME]

#Compile

make

#Install

Just copy whenever you whant

#Run

./agni

##Run with socat
socat -v tcp4-listen:9000,reuseaddr,fork ssl:coding.allowed.org:6697,verify=0