From: Eric W. <war...@us...> - 2001-10-18 12:12:39
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv30537/plugins Modified Files: PERL-HOWTO gtik.c Log Message: I got an itty bitty diff for you now ;-) Index: PERL-HOWTO =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/PERL-HOWTO,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- PERL-HOWTO 2001/10/15 20:08:14 1.12 +++ PERL-HOWTO 2001/10/18 12:12:36 1.13 @@ -3,7 +3,7 @@ If you've ever written a perl script for X-Chat then you've basically written one for gaim as well. perl.c in gaim's source is basically an exact copy of -X-Chat's perl.c file, with small modifications to suit GAIM rather than IRC. +X-Chat's perl.c file, with small modifications to suit Gaim rather than IRC. Basically the reason for including perl is based on the experience with the plugins. X-Chat's docs on Perl Scripting sums it up nicely: Index: gtik.c =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/gtik.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- gtik.c 2001/08/14 21:50:38 1.4 +++ gtik.c 2001/10/18 12:12:36 1.5 @@ -607,7 +607,7 @@ } char *name() { - return "The Gnome Stock Ticker for GAIM"; + return "The Gnome Stock Ticker for Gaim"; } |