blob: 0c3d728c1b001765792ba7a4ebd43f671fdbbc45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#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
#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
|