Skip to content

Commit

Permalink
Ignore BitBot too
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Jan 10, 2019
1 parent 3d75258 commit ecaf7d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions znclinker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ sub OnChanMsg {
$chan = $chan->GetName;

return $ZNC::CONTINUE if $nick eq 'travis-ci';
return $ZNC::CONTINUE if $nick eq 'BitBot';

my $now = time;
while (my ($key, $value) = each %{$self->{last}}) {
Expand Down

0 comments on commit ecaf7d7

Please sign in to comment.