aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-20 14:19:31 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-20 14:19:31 +0100
commit9488990a87d188e499374dc30ef2a3e504512ca0 (patch)
treee2880d1cba389a4983e7894c58fdf757c1bb54bc /README
parent126fa84b8591c3b285b7f598089451aa22447f10 (diff)
downloadagni-9488990a87d188e499374dc30ef2a3e504512ca0.tar.gz
agni-9488990a87d188e499374dc30ef2a3e504512ca0.zip
Small fixes to README's
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
index 5c268b0..0c3d728 100644
--- a/README
+++ b/README
@@ -1 +1,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 \ No newline at end of file