placeholder room name
This commit is contained in:
parent
73ada3e3b9
commit
959a2fc77d
1 changed files with 4 additions and 0 deletions
|
@ -1164,6 +1164,10 @@ class RoomBuffer(object):
|
||||||
else:
|
else:
|
||||||
room_name = self.room.display_name
|
room_name = self.room.display_name
|
||||||
|
|
||||||
|
if room_name is None:
|
||||||
|
# Use placeholder room name
|
||||||
|
room_name = '...'
|
||||||
|
|
||||||
self.weechat_buffer.short_name = room_name
|
self.weechat_buffer.short_name = room_name
|
||||||
|
|
||||||
if G.CONFIG.human_buffer_names:
|
if G.CONFIG.human_buffer_names:
|
||||||
|
|
Loading…
Add table
Reference in a new issue