Update of /cvsroot/pybot/pybot/pybot/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv18686
Modified Files:
infopack.py
Log Message:
Included "search" command in help.
Index: infopack.py
===================================================================
RCS file: /cvsroot/pybot/pybot/pybot/modules/infopack.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** infopack.py 27 Aug 2003 18:03:42 -0000 1.13
--- infopack.py 28 Aug 2003 20:44:01 -0000 1.14
***************
*** 32,38 ****
users/channels and servers will be able to obtain information from
it. To do that give the permission "infopack(<name>)" for these you
! want to allow. To show which infopacks are loaded, send me
! "show infopacks". You can also ask for help about some specific
! infopack with "help infopack <name>".
"""
--- 32,41 ----
users/channels and servers will be able to obtain information from
it. To do that give the permission "infopack(<name>)" for these you
! want to allow.
! ""","""
! To show which infopacks are loaded send me "show infopacks"; to
! search for information inside an infopack send me "search infopack
! <name> for /<regexp>/", and to ask for help about some specific
! infopack use "help infopack <name>".
"""
|