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

Diff of /tcldrop/modules/dcc.tcl

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

revision 1.34 by uid66278, Wed Dec 24 06:12:55 2003 UTC revision 1.35 by uid66278, Thu Dec 25 03:52:08 2003 UTC
# Line 32  namespace eval ::tcldrop::dcc { Line 32  namespace eval ::tcldrop::dcc {
32          # Provide the dcc module:          # Provide the dcc module:
33          variable version {0.1}          variable version {0.1}
34          package provide tcldrop::dcc $version          package provide tcldrop::dcc $version
35            # This makes sure we're loading from a tcldrop environment:
36            if {![info exists ::numversion]} { return }
37          variable rcsid {$Id$}          variable rcsid {$Id$}
38          #checkmodule console          checkmodule idx
39          # Export all the commands that should be available to 3rd-party scripters:          # Export all the commands that should be available to 3rd-party scripters:
40          namespace export dcclist putdcc idx2hand hand2idx sock2idx idx2sock killdcc calldcc          namespace export dcclist putdcc idx2hand hand2idx sock2idx idx2sock killdcc calldcc
41          ::tcldrop::SetDefault connect-timeout 27          ::tcldrop::SetDefault connect-timeout 27

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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