Skip to content

Commit

Permalink
add an option to use display names in chatrooms
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Quad committed Jan 21, 2019
1 parent 9644ae5 commit b05c6a0
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 101 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
matrix_redact_command_cb, matrix_topic_command_cb,
matrix_olm_command_cb, matrix_devices_command_cb,
matrix_room_command_cb, matrix_uploads_command_cb,
matrix_upload_command_cb)
matrix_upload_command_cb, matrix_nick_command_cb)
from matrix.completion import (init_completion, matrix_command_completion_cb,
matrix_debug_completion_cb,
matrix_message_completion_cb,
Expand Down
1 change: 1 addition & 0 deletions matrix/_weechat.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class MockConfig(object):
'pygments_style': None,
'redactions': None,
'server_buffer': None,
'use_display_names': None,
},
'network': {
'debug_buffer': None,
Expand Down
Loading

0 comments on commit b05c6a0

Please sign in to comment.