--- deliantra/server/ext/NPC_Dialogue.pm 2008/04/21 06:35:26 1.9 +++ deliantra/server/ext/NPC_Dialogue.pm 2008/07/14 23:57:45 1.10 @@ -14,12 +14,6 @@ use strict; -sub has_dialogue($) { - my ($ob) = @_; - - $ob->msg =~ /^\@match /; -} - sub parse_message($) { map [split /\n/, $_, 2], grep length,