Enlightenment CVS committal

Author  : xcomputerman
Module  : CVSROOT

Dir     : CVSROOT


Modified Files:
        ciabot.pl 


Log Message:
And remember to escape those @s.

===================================================================
RCS file: /cvsroot/enlightenment/CVSROOT/ciabot.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ciabot.pl   16 Jan 2004 18:31:29 -0000      1.27
+++ ciabot.pl   16 Jan 2004 18:45:53 -0000      1.28
@@ -27,7 +27,7 @@
 # If it does not work, try to disable $xml_rpc in the configuration section
 # below.
 #
-# $Id: ciabot.pl,v 1.27 2004/01/16 18:31:29 xcomputerman Exp $
+# $Id: ciabot.pl,v 1.28 2004/01/16 18:45:53 xcomputerman Exp $
 
 use strict;
 use vars qw ($project $from_email $dest_email $rpc_uri $sendmail $sync_delay
@@ -146,7 +146,7 @@
 $from_email = $ARGV[3] if $ARGV[3];
 $dest_email = $ARGV[4] if $ARGV[4];
 # Testing purposes
-$dest_email = "$dest_email, [EMAIL PROTECTED]";
+$dest_email = "$dest_email, [EMAIL PROTECTED]";
 $ignore_regexp = $ARGV[5] if $ARGV[5];
 
 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to