modules/irc/pkgIndex.tcl

Go to the documentation of this file.
00001 /*  pkgIndex.tcl                                                    -*- tcl -*-*/
00002 /*  $Id: pkgIndex.tcl,v 1.7 2006/04/23 22:35:57 patthoyts Exp $*/
00003 if { ![package vsatisfies [package provide Tcl] 8.3] } {
00004     /*  PRAGMA: returnok*/
00005     return 
00006 }
00007 package ifneeded irc 0.6 [list source [file join $dir irc.tcl]]
00008 

Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1