fix a typo

This commit is contained in:
Nikos Kouremenos 2005-07-16 17:12:11 +00:00
parent 623fb84c91
commit 06e87eebdf

View file

@ -855,7 +855,7 @@ class Connection:
p.setStatus(msg)
if signed:
p.setTag(common.xmpp.NS_SIGNED + ' x').setData(signed)
if connection:
if self.connection:
self.connection.send(p)
self.dispatch('STATUS', show)