Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
8ca738e8
Commit
8ca738e8
authored
Feb 22, 2014
by
mathieui
Browse files
Fix #2474 (bans aren’t logged)
parent
a9f06071
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tabs.py
View file @
8ca738e8
...
...
@@ -1636,7 +1636,7 @@ class MucTab(ChatTab):
if reason is not None and reason.text:
kick_msg += _('\x19%(info_col)s} Reason: \x196}%(reason)s\x19%(info_col)s}') % {
'reason': reason.text, 'info_col': dump_tuple(get_theme().COLOR_INFORMATION_TEXT)}
self.
_text_buffer.
add_message(kick_msg)
self.add_message(kick_msg
, typ=2
)
def on_user_kicked(self, presence, user, from_nick):
"""
...
...
Link Mauve
@linkmauve
mentioned in issue
#2532
·
Aug 21, 2018
mentioned in issue
#2532
mentioned in issue #2532
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment