--bug
[svn42.git] / update-xmpp-status.py
index f6ee4c0..8e4cbce 100755 (executable)
@@ -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":