ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/NPC_Dialogue.pm
(Generate patch)

Comparing deliantra/server/ext/NPC_Dialogue.pm (file contents):
Revision 1.21 by root, Fri Mar 19 22:16:27 2010 UTC vs.
Revision 1.22 by root, Tue May 4 22:49:21 2010 UTC

10 10
11=cut 11=cut
12 12
13package NPC_Dialogue; 13package NPC_Dialogue;
14 14
15use strict; 15use common::sense;
16 16
17sub parse_message($) { 17sub parse_message($) {
18 map [split /\n/, $_, 2], 18 map [split /\n/, $_, 2],
19 grep length, 19 grep length,
20 split /^\@match /m, 20 split /^\@match /m,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines