Skip to content

Commit

Permalink
Accept commands from siblings
Browse files Browse the repository at this point in the history
  • Loading branch information
greensnark committed Apr 29, 2017
1 parent 8c50324 commit 937bc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Henzell/ReactorService.pm
Expand Up @@ -401,7 +401,7 @@ sub react {
my ($self, $m) = @_;

return if $self->irc_auth_process($m);
return if $$m{self} || $$m{authenticator} || $$m{sibling} || !$$m{body};
return if $$m{self} || $$m{authenticator} || !$$m{body};
$self->_refresh();
$self->_apply_relay($m);
return if $$m{needauth};
Expand Down

0 comments on commit 937bc9c

Please sign in to comment.