[pybot-commits] CVS: pybot QUICK_START,NONE,1.1 ChangeLog,1.29,1.30 TODO,1.13,1.14
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-08-25 18:59:12
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv11464 Modified Files: ChangeLog TODO Added Files: QUICK_START Log Message: Added small startup tutorial. --- NEW FILE: QUICK_START --- Here is a quick startup tutorial: ---------- % cvs -z3 -d:pserver:ano...@cv...:/cvsroot/pybot co pybot cvs server: Updating pybot U pybot/ChangeLog U pybot/LICENSE U pybot/README U pybot/TODO U pybot/pybot.conf U pybot/pybot.py (...) % cd pybot % vi pybot.conf (... defaults are usually ok ...) % ./pybot.py -c pybot> pybot> help (...) pybot> pybot> connect to irc.freenode.net with servername freenode and with nick MyBot [MSG] I'm going there! pybot> pybot> pybot> join #conectiva on freenode pybot> [MSG] No problems. pybot> quit (... bot disconnects ...) % ./pybot.py -c (... bot automatically reconnects to freenode ...) pybot> pybot> show channels [MSG] In server freenode, I'm in the following channels: #conectiva pybot> help modules (... check the help and load additional modules ...) pybot> help permissions (... check the help and give some permissions ...) pybot> quit % ./pybot.py & [1] 8528 Index: ChangeLog =================================================================== RCS file: /cvsroot/pybot/pybot/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** ChangeLog 25 Aug 2003 18:54:54 -0000 1.29 --- ChangeLog 25 Aug 2003 18:58:50 -0000 1.30 *************** *** 7,10 **** --- 7,11 ---- Mark Pilgrim's "ultra liberal" parser, and allows one to send news from any RSS feed to any user/channel/server. + * QUICK_START: Added small startup tutorial. 2003-08-24 Gustavo Niemeyer <nie...@co...> Index: TODO =================================================================== RCS file: /cvsroot/pybot/pybot/TODO,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** TODO 22 Aug 2003 13:22:11 -0000 1.13 --- TODO 25 Aug 2003 18:58:50 -0000 1.14 *************** *** 5,10 **** directories. - - Develop a README explaining how to do the basic setup of pybot. - - Cross identification between servers (is this useful?). --- 5,8 ---- |