mirror of https://github.com/nealey/irc-bot
explain how to run infobot
This commit is contained in:
parent
45d4b56873
commit
783d1b1b6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue