fix logic

This commit is contained in:
Nikos Kouremenos 2005-11-28 17:56:57 +00:00
parent a64709b7a4
commit 313f4c8c94
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ class Logger:
show_col = constants.SHOW_DND
elif show == 'offline':
show_col = constants.SHOW_OFFLINE
elif show is None:
show_col = None
else: # invisible in GC when someone goes invisible
# it's a RFC violation .... but we should not crash
show_col = 'UNKNOWN'