[pybot-commits] CVS: pybot README,1.3,1.4
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-08-22 05:52:46
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv28249 Modified Files: README Log Message: Updated. Index: README =================================================================== RCS file: /cvsroot/pybot/pybot/README,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README 16 May 2003 17:28:03 -0000 1.3 --- README 21 Aug 2003 18:46:27 -0000 1.4 *************** *** 13,16 **** --- 13,24 ---- and its python module (http://pysqlite.sf.net). + Download + -------- + + Current access to its source is available trough CVS only, in the + sourceforge pybot project: + + http://sourceforge.net/projects/pybot + End user features ----------------- *************** *** 26,30 **** - full online help; - auto recover from network errors; - - flood protection; - auto timming of messages to avoid being kicked by the server. - lots of additional functionalities through available modules; --- 34,37 ---- *************** *** 138,141 **** --- 145,152 ---- services to send messages and notices using pybot (demo client included); + + - remoteinfo + Allows pybot to acquire knowledge from remote URLs in a very + flexible way. vim:st=4:sw=4:et |