--- deliantra/server/ext/chat.ext 2007/03/01 14:17:49 1.11 +++ deliantra/server/ext/chat.ext 2007/03/02 00:29:08 1.12 @@ -882,6 +882,7 @@ } elsif ($other->ob->{ext_ignore_tell}{$name} >= time) { $pl->message ("$target ignores what you say. Give up on it.", cf::NDI_UNIQUE); } else { + return if $other->invoke (cf::EVENT_PLAYER_TOLD, $pl->contr, $msg); utf8::encode $msg; # ->message not yet utf8-ified cf::LOG cf::llevDebug, sprintf "TELL [%s>%s] %s\n", $name, $target, $msg;