Skip to content

Commit

Permalink
fix messages with colons, woops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 10, 2017
1 parent bc67b65 commit 86c348b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ else if (!scriptEntry.hasObject("channel")
scriptEntry.addObject("channel", arg.asElement());
}
else if (!scriptEntry.hasObject("message")) {
scriptEntry.addObject("message", arg.asElement());
scriptEntry.addObject("message", new Element(arg.raw_value));
}
else {
arg.reportUnhandled();
Expand Down

0 comments on commit 86c348b

Please sign in to comment.