projects
/
docbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a5ea8
)
- fix spacing
author
Andreas Scherbaum
<andreas@scherbaum.biz>
Mon, 27 Feb 2012 13:08:23 +0000
(14:08 +0100)
committer
Andreas Scherbaum
<andreas@scherbaum.biz>
Mon, 27 Feb 2012 13:08:23 +0000
(14:08 +0100)
docbot.pl
patch
|
blob
|
blame
|
history
diff --git
a/docbot.pl
b/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);
}
}
}