prevent to print chatstate = 'None'

This commit is contained in:
Yann Leboulanger 2005-11-05 20:49:28 +00:00
parent 79d611032a
commit 164973ff82
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ def get_uf_chatstate(chatstate):
return _('paused composing a message')
elif chatstate == 'gone':
return _('has closed the chat window or tab')
return ''
def is_in_path(name_of_command, return_abs_path = False):
# if return_abs_path is True absolute path will be returned