From 07f51d48eab370731c76b0846333c63d35799a02 Mon Sep 17 00:00:00 2001
From: Bernhard Tittelbach <xro@realraum.at>
Date: Sun, 20 Sep 2009 02:31:23 +0000
Subject: [PATCH] --bug

---
 update-xmpp-status.py |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/update-xmpp-status.py b/update-xmpp-status.py
index f6ee4c0..8e4cbce 100755
--- a/update-xmpp-status.py
+++ b/update-xmpp-status.py
@@ -187,6 +187,9 @@ def filterAndFormatMessage(new_status):
   else:
     (status,req,req_comment) = new_status
     high_priority_msg = False
+    req_msg=""
+    status_msg=""
+    comment_msg=""
     if status == "opened":
       status_msg = uwscfg.msg_status_opened_msg
     elif status == "closed":
-- 
1.7.10.4