--- deliantra/server/ext/chat.ext 2007/09/02 08:43:46 1.32 +++ deliantra/server/ext/chat.ext 2007/09/19 21:56:30 1.33 @@ -709,6 +709,7 @@ cf::async { my $name = $ob->name; + $Coro::current->{desc} = "emote handler for $name"; if ($tname eq $name) { my %emote = %{ $emotes->{$emotion}->{self} || {} };