Update of /cvsroot/pybot/pybot
In directory sc8-pr-cvs1:/tmp/cvs-serv28477
Modified Files:
README pybot.conf
Log Message:
- Fixed return code of setperm()
Index: README
===================================================================
RCS file: /cvsroot/pybot/pybot/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README 12 May 2003 21:28:33 -0000 1.1
--- README 12 May 2003 21:56:33 -0000 1.2
***************
*** 63,66 ****
--- 63,70 ----
users have given privilege.
+ - userdata (*)
+ Provides some general user data storage, and exports some
+ functions providing this information for other modules.
+
- help (*)
Provides online help system.
***************
*** 123,130 ****
- randnum
Simple random number generator.
-
- - userdata
- Provides some general user data storage, and exports some
- functions providing this information for other modules.
- xmlrpc
--- 127,130 ----
Index: pybot.conf
===================================================================
RCS file: /cvsroot/pybot/pybot/pybot.conf,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pybot.conf 9 May 2003 20:18:36 -0000 1.6
--- pybot.conf 12 May 2003 21:56:33 -0000 1.7
***************
*** 18,22 ****
; system (send "help permission" to pybot for more information), or just
; append an entry here and restart pybot.
! admins = nie...@ir...
[userdata]
--- 18,22 ----
; system (send "help permission" to pybot for more information), or just
; append an entry here and restart pybot.
! admins = niemeyer@conectiva
[userdata]
|