check for not in the roster too

This commit is contained in:
Nikos Kouremenos 2005-05-21 23:34:51 +00:00
parent 29516f658f
commit bdd436e1f4
1 changed files with 2 additions and 0 deletions

View File

@ -39,4 +39,6 @@ def get_uf_show(show):
uf_show = _('Offline')
elif show == 'invisible':
uf_show = _('Invisible')
elif show == 'not in the roster'
uf_show = _('Not in the roster')
return uf_show