irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit 602a375c81685cc260a4a57498123de856982278
parent b10c6c21956e4898ab115bf46c93ef3fe4ffd579
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  7 Sep 2012 15:28:32 +0200

rephrase

Diffstat:
README | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -20,7 +20,7 @@ this program (see file "COPYING"). If not, see <http://www.gnu.org/licenses/>. irctk is a general-purpose IRC wrapper. It connects to an IRC server specified on the command line, joins channels specified on the command line, posts what it -receives from stdin and displays what is said to stdout. This makes it possible +receives from stdin and outputs to stdout what it hears. This makes it possible to write simple IRC bots and scripts very quickly, either in the shell or in your favourite programming language.