[pybot-commits] CVS: pybot ChangeLog,1.12,1.13
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-05-09 21:32:08
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv20181 Modified Files: ChangeLog Log Message: Added new triggers option in register_help(). Now the "help" command alone also shows items the user can ask for help on. Index: ChangeLog =================================================================== RCS file: /cvsroot/pybot/pybot/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ChangeLog 9 May 2003 20:18:36 -0000 1.12 --- ChangeLog 9 May 2003 21:32:05 -0000 1.13 *************** *** 9,12 **** --- 9,15 ---- * core.py: Removed (why was it still here?). * modules/options.py: Get filename from configuration file. + * modules/*: Added new triggers option in register_help(). Now + the "help" command alone also shows items the user can ask + for help on. 2003-05-08 Gustavo Niemeyer <nie...@co...> |