diff gaim2blt.pl @ 3489:66bf7ecefedd

[gaim-migrate @ 3545] Fixing some bugs, since Sean retired and all. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 06 Sep 2002 23:03:20 +0000
parents 7cd904828d3d
children
line wrap: on
line diff
--- a/gaim2blt.pl	Wed Sep 04 15:12:55 2002 +0000
+++ b/gaim2blt.pl	Fri Sep 06 23:03:20 2002 +0000
@@ -29,7 +29,7 @@
 
     if ($type eq 'g') {
         print "    }\n" if ($in_group);
-        print qq(    "$args" {\n)";
+        print qq(    "$args" {\n);
         $in_group = 1;
     } elsif ($type eq 'b') {
         my ($buddy, $alias) = split /:/, $args;