placeholder is now "Empty room (?)"
This commit is contained in:
parent
959a2fc77d
commit
a5bed102e5
1 changed files with 1 additions and 1 deletions
|
@ -1166,7 +1166,7 @@ class RoomBuffer(object):
|
||||||
|
|
||||||
if room_name is None:
|
if room_name is None:
|
||||||
# Use placeholder room name
|
# Use placeholder room name
|
||||||
room_name = '...'
|
room_name = 'Empty room (?)'
|
||||||
|
|
||||||
self.weechat_buffer.short_name = room_name
|
self.weechat_buffer.short_name = room_name
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue