diff options
author | James Booth <boothj5@gmail.com> | 2016-01-31 20:17:20 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-01-31 20:17:20 +0000 |
commit | a00095c8a98b04c5c625d07f3ea4dfeb0e0f64c6 (patch) | |
tree | 7639d43dbf8b50358dd59bb87c16edc117c21076 /themes | |
parent | dd250c679960b60a5cee86c4cafd6c9855401117 (diff) | |
download | profani-tty-a00095c8a98b04c5c625d07f3ea4dfeb0e0f64c6.tar.gz |
Added roster.rooms.private.char setting
Diffstat (limited to 'themes')
-rw-r--r-- | themes/boothj5 | 2 | ||||
-rw-r--r-- | themes/complex | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/themes/boothj5 b/themes/boothj5 index ce3ceb8e..c4efb529 100644 --- a/themes/boothj5 +++ b/themes/boothj5 @@ -118,8 +118,8 @@ roster.rooms=true roster.rooms.order=name roster.rooms.unread=after roster.rooms.pos=last +roster.rooms.private.char=/ roster.private=room -roster.private.char=/ roster.count=unread roster.count.zero=false occupants=true diff --git a/themes/complex b/themes/complex index db98ee8d..677427e1 100644 --- a/themes/complex +++ b/themes/complex @@ -44,8 +44,9 @@ roster.rooms.order=unread roster.rooms.unread=after roster.rooms.pos=last roster.rooms.char=# +roster.rooms.private.char=/ roster.private=room -roster.private.char=/ +roster.private.char=+ roster.count=unread roster.count.zero=true privileges=true |