[pybot-commits] CVS: pybot/pybot/modules google.py,1.2,1.3
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-05-29 14:39:56
|
Update of /cvsroot/pybot/pybot/pybot/modules In directory sc8-pr-cvs1:/tmp/cvs-serv26715 Modified Files: google.py Log Message: Just inform the user about the google permission in the help text. Index: google.py =================================================================== RCS file: /cvsroot/pybot/pybot/pybot/modules/google.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** google.py 29 May 2003 14:33:02 -0000 1.2 --- google.py 29 May 2003 14:39:52 -0000 1.3 *************** *** 25,29 **** You may ask for google search results using "[search] google [<n>]: <search>". Unless the parameter n is used, the default is to show the ! first result found (with n=0). """ --- 25,30 ---- You may ask for google search results using "[search] google [<n>]: <search>". Unless the parameter n is used, the default is to show the ! first result found (with n=0). You'll need the "google" permission to ! use that feature. """ |