/[tcldrop]/tcldrop/modules/users/users.tcl
ViewVC logotype

Diff of /tcldrop/modules/users/users.tcl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by fireegl, Wed May 21 08:45:10 2003 UTC revision 1.7 by fireegl, Sun May 25 11:18:25 2003 UTC
# Line 50  Line 50 
50  # a primary user database, users_arraydb.  # a primary user database, users_arraydb.
51    
52  namespace eval ::tcldrop::users {  namespace eval ::tcldrop::users {
53            variable version {0.3}
54            variable rcsid {$Id}
55          # Provide the users module:          # Provide the users module:
56          package provide tcldrop-users 0.3          package provide tcldrop-users $version
57          # Export all the commands that should be available to 3rd-party scripters:          # Export all the commands that should be available to 3rd-party scripters:
58          namespace export adduser countusers validuser finduser matchattr matchchanattr userlist passwdok getuser setuser getinfo getchaninfo getting-users chhandle chattr botattr adduser addbot deluser delhost addchanrec delchanrec encpass save backup reload chpass setlaston          namespace export adduser countusers validuser finduser matchattr matchchanattr userlist passwdok getuser setuser getinfo getchaninfo getting-users chhandle chattr botattr adduser addbot deluser delhost addchanrec delchanrec encpass save backup reload chpass setlaston
59          # Set internal defaults for globals:          # Set internal defaults for globals:

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26