Update XChat to r1521
This commit is contained in:
parent
8752861b7e
commit
fdd3f3aa89
|
@ -3,8 +3,8 @@
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
begin : Sat Nov 9 17:31:20 MST 2002
|
begin : Sat Nov 9 17:31:20 MST 2002
|
||||||
copyright : Copyright 2002-2007 Daniel P. Stasinski
|
copyright : Copyright 2002-2007 Daniel P. Stasinski
|
||||||
email : mooooooo@avenues.org
|
copyright : Copyright 2002-2012 Daniel P. Stasinski
|
||||||
generated : Mon May 21 06:03:00 PM MST 2007
|
email : daniel@GenericInbox.com
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
tclplugin.c - Tcl plugin for xchat 1.9.x / 2.x.x
|
tclplugin.c - Tcl plugin for xchat 1.9.x / 2.x.x
|
||||||
-------------------------------------------------s
|
-------------------------------------------------s
|
||||||
begin : Sat Nov 19 17:31:20 MST 2002
|
begin : Sat Nov 19 17:31:20 MST 2002
|
||||||
copyright : Copyright 2002-2010 Daniel P. Stasinski
|
copyright : Copyright 2002-2012 Daniel P. Stasinski
|
||||||
email : daniel@avenues.org
|
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 <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -2207,7 +2207,7 @@ static void banner()
|
||||||
{
|
{
|
||||||
#if 0
|
#if 0
|
||||||
xchat_printf(ph, "Tcl plugin for HexChat - Version %s\n", VERSION);
|
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");
|
xchat_print(ph, "http://www.scriptkitties.com/tclplugin/\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
tclplugin.h - TCL plugin header file
|
tclplugin.h - TCL plugin header file
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
begin : Sat Nov 9 17:31:20 MST 2002
|
begin : Sat Nov 9 17:31:20 MST 2002
|
||||||
copyright : Copyright 2002-2010 Daniel P. Stasinski
|
copyright : Copyright 2002-2012 Daniel P. Stasinski
|
||||||
email : daniel@avenues.org
|
email : daniel@GenericInbox.com
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue