diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-27 11:47:49 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-27 11:47:49 +0200 |
commit | fdd3f3aa897ee66e8b3c702f682993ed3b2b85ce (patch) | |
tree | 5f5e9fd7c8c5c7065084d7baae24353a90c04e7c /plugins/tcl | |
parent | 8752861b7e70dffe1d5f69ef5e4d63426d7d5d1c (diff) |
Update XChat to r1521
Diffstat (limited to 'plugins/tcl')
-rw-r--r-- | plugins/tcl/printevents.h | 4 | ||||
-rw-r--r-- | plugins/tcl/tclplugin.c | 8 | ||||
-rw-r--r-- | plugins/tcl/tclplugin.h | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/plugins/tcl/printevents.h b/plugins/tcl/printevents.h index dfea4aea..d4ad5d0d 100644 --- a/plugins/tcl/printevents.h +++ b/plugins/tcl/printevents.h @@ -3,8 +3,8 @@ ------------------------------------------------- begin : Sat Nov 9 17:31:20 MST 2002 copyright : Copyright 2002-2007 Daniel P. Stasinski - email : mooooooo@avenues.org - generated : Mon May 21 06:03:00 PM MST 2007 + copyright : Copyright 2002-2012 Daniel P. Stasinski + email : daniel@GenericInbox.com ***************************************************************************/ /*************************************************************************** diff --git a/plugins/tcl/tclplugin.c b/plugins/tcl/tclplugin.c index 1c434d40..17b0b99b 100644 --- a/plugins/tcl/tclplugin.c +++ b/plugins/tcl/tclplugin.c @@ -2,8 +2,8 @@ tclplugin.c - Tcl plugin for xchat 1.9.x / 2.x.x -------------------------------------------------s begin : Sat Nov 19 17:31:20 MST 2002 - copyright : Copyright 2002-2010 Daniel P. Stasinski - email : daniel@avenues.org + copyright : Copyright 2002-2012 Daniel P. Stasinski + email : daniel@GenericInbox.com ***************************************************************************/ /*************************************************************************** @@ -15,7 +15,7 @@ * * ***************************************************************************/ -static char RCSID[] = "$Id: tclplugin.c,v 1.64 2010/03/10 04:24:16 mooooooo Exp $"; +static char RCSID[] = "$Id: tclplugin.c,v 1.65 2012/07/26 20:02:12 mooooooo Exp $"; #include <stdio.h> #include <stdlib.h> @@ -2207,7 +2207,7 @@ static void banner() { #if 0 xchat_printf(ph, "Tcl plugin for HexChat - Version %s\n", VERSION); - xchat_print(ph, "Copyright 2002-2005 Daniel P. Stasinski\n"); + xchat_print(ph, "Copyright 2002-2012 Daniel P. Stasinski\n"); xchat_print(ph, "http://www.scriptkitties.com/tclplugin/\n"); #endif } diff --git a/plugins/tcl/tclplugin.h b/plugins/tcl/tclplugin.h index 075c28f8..fb89e1fa 100644 --- a/plugins/tcl/tclplugin.h +++ b/plugins/tcl/tclplugin.h @@ -2,8 +2,8 @@ tclplugin.h - TCL plugin header file ------------------------------------------------- begin : Sat Nov 9 17:31:20 MST 2002 - copyright : Copyright 2002-2010 Daniel P. Stasinski - email : daniel@avenues.org + copyright : Copyright 2002-2012 Daniel P. Stasinski + email : daniel@GenericInbox.com ***************************************************************************/ /*************************************************************************** |