--- deliantra/server/ext/NPC_Dialogue.pm 2007/01/04 15:20:11 1.2 +++ deliantra/server/ext/NPC_Dialogue.pm 2007/04/04 11:45:16 1.3 @@ -198,7 +198,7 @@ topic: for my $match (@{ $self->{match} }) { for (split /\|/, $match->[0]) { - if ($_ eq "*" || $lcmsg eq lc) { + if ($_ eq "*" || $lcmsg =~ /\b\Q$_\E\b/i) { my $reply = $match->[1]; my @kw;