--bug
authorBernhard Tittelbach <xro@realraum.at>
Sun, 20 Sep 2009 02:31:23 +0000 (02:31 +0000)
committerBernhard Tittelbach <xro@realraum.at>
Sun, 20 Sep 2009 02:31:23 +0000 (02:31 +0000)
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":