explain how to run infobot

This commit is contained in:
Neale Pickett 2012-11-28 16:16:52 -07:00
parent 45d4b56873
commit 783d1b1b6a
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
## ##
## Example of an infobot, using the provided helper. ## 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 sys
import os import os