- fix spacing
authorAndreas Scherbaum <andreas@scherbaum.biz>
Mon, 27 Feb 2012 13:08:23 +0000 (14:08 +0100)
committerAndreas Scherbaum <andreas@scherbaum.biz>
Mon, 27 Feb 2012 13:08:23 +0000 (14:08 +0100)
docbot.pl

index ec9d4826bfed7aa80ea03faa4d5586bf8083c9ed..30aafae21e5bc615d60852ace6f5f0ed87e7e34c 100755 (executable)
--- a/docbot.pl
+++ b/docbot.pl
@@ -1559,7 +1559,7 @@ sub find_nick {
     foreach my $channel (keys(%channels)) {
         if (defined($channels{$channel}->{names})) {
             if (grep {lc($who) eq lc($_)} @{$channels{$channel}->{names}}) {
-                push (@channels, $channel);
+                push(@channels, $channel);
             }
         }
     }