X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FThingy.pm;h=c1f010c11e3a7c2790759a87acac08187e83fc6e;hb=cce337f777f0b7668cceebb40527fd1e106729c9;hp=08d146678e2f5f07caaaa815714b7f50f43db760;hpb=46315397f055856a1777104824f70551164bd3b3;p=spider.git diff --git a/perl/Thingy.pm b/perl/Thingy.pm index 08d14667..c1f010c1 100644 --- a/perl/Thingy.pm +++ b/perl/Thingy.pm @@ -105,7 +105,7 @@ sub broadcast next if $dxchan == $main::me; next if grep $dxchan == $_, @_; next if $dxchan->{call} eq $thing->{origin}; - next if $thing->{user} && !dxchan->is_user && $dxchan->{call} eq $thing->{user}; + next if $thing->{user} && !$dxchan->is_user && $dxchan->{call} eq $thing->{user}; dbg("Thingy::broadcast: sending to $dxchan->{call}") if isdbg('thing'); $thing->send($dxchan);