fix a typo

This commit is contained in:
Nikos Kouremenos 2005-07-16 17:12:11 +00:00
parent 623fb84c91
commit 06e87eebdf
1 changed files with 1 additions and 1 deletions

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)