Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 521 Bytes

README.rst

File metadata and controls

34 lines (21 loc) · 521 Bytes

foxbot a dynamic plugin IRC bot

Note
We suggest running foxbot in a virtualenv.
python setup.py develop
Note
We suggest running foxbot in a gnu screen session or tmux. Otherwise, you could build a service for it.

help:

python foxbot.py --help

example:

python foxbot.py --channel="#foxbot" --server="irc.pieter.com" --nick="fxbt"
  • document how to write plugins