tcldrop-commits
[Top][All Lists]
Advanced

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

[Tcldrop/CVS] tcldrop/modules dcc.tcl


From: Philip Moore
Subject: [Tcldrop/CVS] tcldrop/modules dcc.tcl
Date: Fri, 17 Oct 2003 06:23:25 -0400

CVSROOT:        /cvsroot/tcldrop
Module name:    tcldrop
Branch:         
Changes by:     Philip Moore <address@hidden>   03/10/17 06:23:25

Modified files:
        modules        : dcc.tcl 

Log message:
        Insignificant change.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/tcldrop/tcldrop/modules/dcc.tcl.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: tcldrop/modules/dcc.tcl
diff -u tcldrop/modules/dcc.tcl:1.6 tcldrop/modules/dcc.tcl:1.7
--- tcldrop/modules/dcc.tcl:1.6 Wed Jul  9 02:09:55 2003
+++ tcldrop/modules/dcc.tcl     Fri Oct 17 06:23:25 2003
@@ -1,6 +1,6 @@
 # dcc.tcl --
 #
-# $Id: dcc.tcl,v 1.6 2003/07/09 06:09:55 fireegl Exp $
+# $Id: dcc.tcl,v 1.7 2003/10/17 10:23:25 fireegl Exp $
 #
 # Copyright (C) 2003 FireEgl (Philip Moore) <address@hidden>
 #
@@ -32,7 +32,7 @@
        # Provide the users module:
        variable version {0.2}
        package provide tcldrop::dcc $version
-       variable rcsid {$Id: dcc.tcl,v 1.6 2003/07/09 06:09:55 fireegl Exp $}
+       variable rcsid {$Id: dcc.tcl,v 1.7 2003/10/17 10:23:25 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
@@ -335,6 +335,9 @@
                                        ::tcldrop::idx::ChInfo $idx [list 
timestamp [unixtime]]
                                        # Update their laston info:
                                        catch { setlaston $chatinfo(handle) 
[unixtime] partyline }
+                               }
+                               {BOT} {
+                                       # Similar to CHAT above, this is for 
bot connections.
                                }
                                {default} { }
                        }




reply via email to

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