Author: Gerfried Fuchs <rhonda@debian.at>	vim:ft=diff:
Description: Allow ^ being part of the message instead of message cut point

Index: nagzilla-1.5.4-2/nagzilla/nagzillad.pl
===================================================================
--- nagzilla-1.5.4-2.orig/nagzilla/nagzillad.pl
+++ nagzilla-1.5.4-2/nagzilla/nagzillad.pl
@@ -108,7 +108,7 @@ while ($addr = $local->accept() ) {
 
 		while (<$addr>) {
 
-@clientin = split(/\^/, $_);
+@clientin = split(/\^/, $_, 3);
 $style = "@clientin[0]";
 $roomy = "@clientin[1]";
 $mess = "@clientin[2]";
