Skip to content

Commit

Permalink
Default to using displaynames in plumbs
Browse files Browse the repository at this point in the history
Most people have it enabled (me including) and we also have the
disambiguation tick on by default so it isn't a major issue for
distinguishing between different users using the same name.
  • Loading branch information
hifi committed Nov 18, 2021
1 parent b4f3178 commit 47cad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heisenbridge/plumbed_room.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class PlumbedRoom(ChannelRoom):
need_invite = False
max_lines = 5
use_pastebin = True
use_displaynames = False
use_displaynames = True
use_disambiguation = True
use_zwsp = False
allow_notice = False
Expand Down

0 comments on commit 47cad57

Please sign in to comment.