little bugfix
This commit is contained in:
parent
dfecd6578a
commit
9aea41330b
|
@ -348,6 +348,7 @@ class plugin:
|
||||||
user1 = u
|
user1 = u
|
||||||
break
|
break
|
||||||
if user1:
|
if user1:
|
||||||
|
if user1.show in statuss:
|
||||||
old_show = statuss.index(user1.show)
|
old_show = statuss.index(user1.show)
|
||||||
else:
|
else:
|
||||||
user1 = self.roster.contacts[account][ji][0]
|
user1 = self.roster.contacts[account][ji][0]
|
||||||
|
|
Loading…
Reference in New Issue