--- deliantra/server/ext/chat.ext 2007/07/22 20:08:38 1.24 +++ deliantra/server/ext/chat.ext 2007/07/23 21:17:14 1.25 @@ -914,7 +914,7 @@ } elsif ($other->ob->{ext_ignore_tell}{$name} >= time) { $ns->send_msg ($pl_channel => "$target ignores what you say. Give up on it.", reply => 1); } else { - return if $other->invoke (cf::EVENT_PLAYER_TOLD, $pl->contr, $msg); + return if $other->invoke (cf::EVENT_PLAYER_TOLD, $pl, $msg); cf::LOG cf::llevDebug, sprintf "TELL [%s>%s] %s\n", $name, $target, $msg; $ns->send_msg ($pl_channel => "You tell $target: $msg", reply => 1);