From 9488990a87d188e499374dc30ef2a3e504512ca0 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 20 May 2017 14:19:31 +0100 Subject: Small fixes to README's --- README | 25 +++++++++++++++++++++++++ tool/README.md | 13 +++++++++++++ 2 files changed, 38 insertions(+) create mode 100755 tool/README.md 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 diff --git a/tool/README.md b/tool/README.md new file mode 100755 index 0000000..3ba9791 --- /dev/null +++ b/tool/README.md @@ -0,0 +1,13 @@ +# Compile + +make + +# Examples + +``` +mqtool -s /mq-name -q ":1:INIT: MESSAGE" +``` + +# FiX + +free gethost addr, create structure for sock_conn stuff \ No newline at end of file -- cgit v1.2.3