From 783d1b1b6ab733888857cd773973035fea381787 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 28 Nov 2012 16:16:52 -0700 Subject: [PATCH] explain how to run infobot --- contrib/infobot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/infobot.py b/contrib/infobot.py index de6e434..6a350f8 100755 --- a/contrib/infobot.py +++ b/contrib/infobot.py @@ -3,6 +3,10 @@ ## ## Example of an infobot, using the provided helper. ## +## tcpclient moo.slashnet.org 6667 ./bot contrib/infobot.py +## or +## socat TCP:moo.slashnet.org:6667 EXEC:"./bot contrib/infobot.py" +## import sys import os