tcldrop-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tcldrop/CVS] tcldrop/modules conn.tcl core.tcl dcc.tcl idx.t...


From: Philip Moore
Subject: [Tcldrop/CVS] tcldrop/modules conn.tcl core.tcl dcc.tcl idx.t...
Date: Fri, 14 Nov 2003 10:58:49 -0500

CVSROOT:        /cvsroot/tcldrop
Module name:    tcldrop
Branch:         
Changes by:     Philip Moore <address@hidden>   03/11/14 10:58:48

Modified files:
        modules        : conn.tcl core.tcl dcc.tcl idx.tcl share.tcl 
        modules/blowfish: blowfish.tcl 
        modules/channels: channels.tcl 
        modules/console: console.tcl 
        modules/ctcp   : ctcp.tcl 
        modules/dns    : dns.tcl 
        modules/irc    : irc.tcl 
        modules/server : server.tcl 
        modules/users  : users.tcl users_arraydb.tcl 

Log message:
        Fixed my email address in more places.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/conn.tcl.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/core.tcl.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/dcc.tcl.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/idx.tcl.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/share.tcl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/blowfish/blowfish.tcl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/channels/channels.tcl.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/console/console.tcl.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/ctcp/ctcp.tcl.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/dns/dns.tcl.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/irc/irc.tcl.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/server/server.tcl.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/users/users.tcl.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/users/users_arraydb.tcl.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: tcldrop/modules/blowfish/blowfish.tcl
diff -u tcldrop/modules/blowfish/blowfish.tcl:1.1 
tcldrop/modules/blowfish/blowfish.tcl:1.2
--- tcldrop/modules/blowfish/blowfish.tcl:1.1   Thu Nov 13 19:07:29 2003
+++ tcldrop/modules/blowfish/blowfish.tcl       Fri Nov 14 10:58:47 2003
@@ -1,8 +1,8 @@
 # blowfish.tcl --
 #
-# $Id: blowfish.tcl,v 1.1 2003/11/14 00:07:29 fireegl Exp $
+# $Id: blowfish.tcl,v 1.2 2003/11/14 15:58:47 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 #
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 #      blowfish module for tcldrop.  (REQUIRED)
@@ -30,7 +30,7 @@
        # Provide the blowfish module:
        variable version {0.1}
        package provide tcldrop::blowfish $version
-       variable rcsid {$Id: blowfish.tcl,v 1.1 2003/11/14 00:07:29 fireegl Exp 
$}
+       variable rcsid {$Id: blowfish.tcl,v 1.2 2003/11/14 15:58:47 fireegl Exp 
$}
        # Export all the commands that should be available to 3rd-party 
scripters:
        namespace export encpass encrypt decrypt
 
Index: tcldrop/modules/channels/channels.tcl
diff -u tcldrop/modules/channels/channels.tcl:1.4 
tcldrop/modules/channels/channels.tcl:1.5
--- tcldrop/modules/channels/channels.tcl:1.4   Tue May 27 11:32:09 2003
+++ tcldrop/modules/channels/channels.tcl       Fri Nov 14 10:58:47 2003
@@ -1,8 +1,8 @@
 # channels.tcl --
 #
-# $Id: channels.tcl,v 1.4 2003/05/27 15:32:09 fireegl Exp $
+# $Id: channels.tcl,v 1.5 2003/11/14 15:58:47 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 # 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 # 
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 #      channels module for tcldrop.
Index: tcldrop/modules/conn.tcl
diff -u tcldrop/modules/conn.tcl:1.5 tcldrop/modules/conn.tcl:1.6
--- tcldrop/modules/conn.tcl:1.5        Mon Nov  3 15:19:28 2003
+++ tcldrop/modules/conn.tcl    Fri Nov 14 10:58:46 2003
@@ -3,9 +3,9 @@
 #              * The connect and control commands, used for all outgoing 
connections.
 #      Depends: idx.
 #
-# $Id: conn.tcl,v 1.5 2003/11/03 20:19:28 fireegl Exp $
+# $Id: conn.tcl,v 1.6 2003/11/14 15:58:46 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -22,7 +22,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 #
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 
Index: tcldrop/modules/console/console.tcl
diff -u tcldrop/modules/console/console.tcl:1.4 
tcldrop/modules/console/console.tcl:1.5
--- tcldrop/modules/console/console.tcl:1.4     Tue May 27 11:32:09 2003
+++ tcldrop/modules/console/console.tcl Fri Nov 14 10:58:47 2003
@@ -1,8 +1,8 @@
 # console.tcl --
 #
-# $Id: console.tcl,v 1.4 2003/05/27 15:32:09 fireegl Exp $
+# $Id: console.tcl,v 1.5 2003/11/14 15:58:47 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 # 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 # 
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 #      console module for tcldrop.
Index: tcldrop/modules/core.tcl
diff -u tcldrop/modules/core.tcl:1.15 tcldrop/modules/core.tcl:1.16
--- tcldrop/modules/core.tcl:1.15       Thu Nov 13 19:08:45 2003
+++ tcldrop/modules/core.tcl    Fri Nov 14 10:58:47 2003
@@ -1,8 +1,8 @@
 # core.tcl --
 #
-# $Id: core.tcl,v 1.15 2003/11/14 00:08:45 fireegl Exp $
+# $Id: core.tcl,v 1.16 2003/11/14 15:58:47 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 #
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 
 #
@@ -47,7 +47,7 @@
        # Provide the users module:
        variable version {0.3}
        package provide tcldrop::core $version
-       variable rcsid {$Id: core.tcl,v 1.15 2003/11/14 00:08:45 fireegl Exp $}
+       variable rcsid {$Id: core.tcl,v 1.16 2003/11/14 15:58:47 fireegl Exp $}
        # Initialize variables:
        variable Binds
        variable Timers
Index: tcldrop/modules/ctcp/ctcp.tcl
diff -u tcldrop/modules/ctcp/ctcp.tcl:1.3 tcldrop/modules/ctcp/ctcp.tcl:1.4
--- tcldrop/modules/ctcp/ctcp.tcl:1.3   Sun May 25 07:18:24 2003
+++ tcldrop/modules/ctcp/ctcp.tcl       Fri Nov 14 10:58:47 2003
@@ -1,8 +1,8 @@
 # ctcp.tcl --
 #
-# $Id: ctcp.tcl,v 1.3 2003/05/25 11:18:24 fireegl Exp $
+# $Id: ctcp.tcl,v 1.4 2003/11/14 15:58:47 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 # 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 # 
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 
 # FixMe: FIXME!
Index: tcldrop/modules/dcc.tcl
diff -u tcldrop/modules/dcc.tcl:1.14 tcldrop/modules/dcc.tcl:1.15
--- tcldrop/modules/dcc.tcl:1.14        Mon Nov 10 00:01:24 2003
+++ tcldrop/modules/dcc.tcl     Fri Nov 14 10:58:47 2003
@@ -1,8 +1,8 @@
 # dcc.tcl --
 #
-# $Id: dcc.tcl,v 1.14 2003/11/10 05:01:24 fireegl Exp $
+# $Id: dcc.tcl,v 1.15 2003/11/14 15:58:47 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 #
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 #      dcc module for tcldrop.  (REQUIRED)
@@ -32,7 +32,7 @@
        # Provide the users module:
        variable version {0.2}
        package provide tcldrop::dcc $version
-       variable rcsid {$Id: dcc.tcl,v 1.14 2003/11/10 05:01:24 fireegl Exp $}
+       variable rcsid {$Id: dcc.tcl,v 1.15 2003/11/14 15:58:47 fireegl Exp $}
        #checkmodule console
        # Export all the commands that should be available to 3rd-party 
scripters:
        namespace export dcclist listen putdcc getchan setchan console echo 
strip idx2hand hand2idx link bots islinked putbot putallbots sock2idx idx2sock
@@ -632,4 +632,4 @@
                #set TimerID [utimer 99 [list ::tcldrop::dcc::BOTConnectTimeout 
$idx]]
        }
        if {!$fail} { return 1 } else { return 0 }
-}
\ No newline at end of file
+}
Index: tcldrop/modules/dns/dns.tcl
diff -u tcldrop/modules/dns/dns.tcl:1.4 tcldrop/modules/dns/dns.tcl:1.5
--- tcldrop/modules/dns/dns.tcl:1.4     Tue May 27 11:32:09 2003
+++ tcldrop/modules/dns/dns.tcl Fri Nov 14 10:58:47 2003
@@ -1,8 +1,8 @@
 # dns.tcl --
 #
-# $Id: dns.tcl,v 1.4 2003/05/27 15:32:09 fireegl Exp $
+# $Id: dns.tcl,v 1.5 2003/11/14 15:58:47 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 # 
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 # 
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 
 #
@@ -32,7 +32,7 @@
 namespace eval ::tcldrop::dns {
        variable version {0.1}
        package provide tcldrop::dns $version
-       variable rcsid {$Id: dns.tcl,v 1.4 2003/05/27 15:32:09 fireegl Exp $}
+       variable rcsid {$Id: dns.tcl,v 1.5 2003/11/14 15:58:47 fireegl Exp $}
        # Export all the commands that should be available to 3rd-party 
scripters:
        namespace export dnslookup
 }
Index: tcldrop/modules/idx.tcl
diff -u tcldrop/modules/idx.tcl:1.7 tcldrop/modules/idx.tcl:1.8
--- tcldrop/modules/idx.tcl:1.7 Mon Nov  3 22:17:16 2003
+++ tcldrop/modules/idx.tcl     Fri Nov 14 10:58:47 2003
@@ -1,8 +1,8 @@
 # idx.tcl --
 #
-# $Id: idx.tcl,v 1.7 2003/11/04 03:17:16 fireegl Exp $
+# $Id: idx.tcl,v 1.8 2003/11/14 15:58:47 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 #
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 #      idx module for tcldrop.
Index: tcldrop/modules/irc/irc.tcl
diff -u tcldrop/modules/irc/irc.tcl:1.20 tcldrop/modules/irc/irc.tcl:1.21
--- tcldrop/modules/irc/irc.tcl:1.20    Sun Jul  6 05:12:33 2003
+++ tcldrop/modules/irc/irc.tcl Fri Nov 14 10:58:48 2003
@@ -4,7 +4,7 @@
 #              * All IRC related commands.
 #      Depends: core, server, channels.
 #
-# $Id: irc.tcl,v 1.20 2003/07/06 09:12:33 fireegl Exp $
+# $Id: irc.tcl,v 1.21 2003/11/14 15:58:48 fireegl Exp $
 #
 # Copyright (C) 2003 Tcldrop Development Team <Tcldrop-Devel>
 #
@@ -23,14 +23,14 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 #
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 
 namespace eval ::tcldrop::irc {
        # Provide the users module:
        variable version {0.2}
-       variable rcsid {$Id: irc.tcl,v 1.20 2003/07/06 09:12:33 fireegl Exp $}
+       variable rcsid {$Id: irc.tcl,v 1.21 2003/11/14 15:58:48 fireegl Exp $}
        package provide tcldrop::irc $version
        # Initialize variables:
        variable Nicks
Index: tcldrop/modules/server/server.tcl
diff -u tcldrop/modules/server/server.tcl:1.8 
tcldrop/modules/server/server.tcl:1.9
--- tcldrop/modules/server/server.tcl:1.8       Mon Oct 13 02:28:45 2003
+++ tcldrop/modules/server/server.tcl   Fri Nov 14 10:58:48 2003
@@ -1,8 +1,8 @@
 # server.tcl --
 #
-# $Id: server.tcl,v 1.8 2003/10/13 06:28:45 fireegl Exp $
+# $Id: server.tcl,v 1.9 2003/11/14 15:58:48 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 #
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 #      server module for Tcldrop.
@@ -27,7 +27,7 @@
 
 namespace eval ::tcldrop::server {
        variable version {0.2}
-       variable rcsid {$Id: server.tcl,v 1.8 2003/10/13 06:28:45 fireegl Exp $}
+       variable rcsid {$Id: server.tcl,v 1.9 2003/11/14 15:58:48 fireegl Exp $}
        # Provide the server module:
        package provide tcldrop::server $version
        # Initialize variables:
Index: tcldrop/modules/share.tcl
diff -u tcldrop/modules/share.tcl:1.1 tcldrop/modules/share.tcl:1.2
--- tcldrop/modules/share.tcl:1.1       Fri Oct 31 04:01:31 2003
+++ tcldrop/modules/share.tcl   Fri Nov 14 10:58:47 2003
@@ -1,8 +1,8 @@
 # share.tcl --
 #
-# $Id: share.tcl,v 1.1 2003/10/31 09:01:31 fireegl Exp $
+# $Id: share.tcl,v 1.2 2003/11/14 15:58:47 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 #
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 #      share module for tcldrop.
@@ -37,12 +37,13 @@
        # Provide the share module:
        variable version {0.1}
        package provide tcldrop::share $version
-       variable rcsid {$Id: share.tcl,v 1.1 2003/10/31 09:01:31 fireegl Exp $}
+       variable rcsid {$Id: share.tcl,v 1.2 2003/11/14 15:58:47 fireegl Exp $}
        # Export all the commands that should be available to 3rd-party 
scripters:
        namespace export share
        #::tcldrop::SetDefault blah 1
 }
 
-bind bot - share ::tcldrop::share::share
-proc ::tcldrop::share::share {data} {
+bind share - users ::tcldrop::share::share
+proc ::tcldrop::share::share {type command data} {
+       putlog "Inside ::tcldrop::share::share $type $command $data"
 }
Index: tcldrop/modules/users/users.tcl
diff -u tcldrop/modules/users/users.tcl:1.12 
tcldrop/modules/users/users.tcl:1.13
--- tcldrop/modules/users/users.tcl:1.12        Thu Nov 13 19:08:46 2003
+++ tcldrop/modules/users/users.tcl     Fri Nov 14 10:58:48 2003
@@ -1,8 +1,8 @@
 # users.tcl --
 #
-# $Id: users.tcl,v 1.12 2003/11/14 00:08:46 fireegl Exp $
+# $Id: users.tcl,v 1.13 2003/11/14 15:58:48 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 #
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 #      users module for Tcldrop.  (REQUIRED)
Index: tcldrop/modules/users/users_arraydb.tcl
diff -u tcldrop/modules/users/users_arraydb.tcl:1.8 
tcldrop/modules/users/users_arraydb.tcl:1.9
--- tcldrop/modules/users/users_arraydb.tcl:1.8 Thu Nov 13 19:08:46 2003
+++ tcldrop/modules/users/users_arraydb.tcl     Fri Nov 14 10:58:48 2003
@@ -1,8 +1,8 @@
 # users_arraydb.tcl --
 #
-# $Id: users_arraydb.tcl,v 1.8 2003/11/14 00:08:46 fireegl Exp $
+# $Id: users_arraydb.tcl,v 1.9 2003/11/14 15:58:48 fireegl Exp $
 #
-# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
+# Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
02111-1307, USA.
 # Or visit http://www.GNU.Org/licenses/gpl.html
 #
-# The author of this project can be reached at address@hidden
+# The author of this project can be reached at address@hidden
 # Or can be found on IRC (EFNet or FreeNode) as FireEgl.
 #
 #      users_arraydb module for Tcldrop.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]