buffer: Fix the printing of our own action messages.
This commit is contained in:
parent
0bc297ba94
commit
34b884b892
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ class WeechatChannelBuffer(object):
|
|||
user.update_speaking_time(date)
|
||||
self.unmask_smart_filtered_nick(nick)
|
||||
|
||||
def _print_action(self, user, message, date, tags, extra_prefix):
|
||||
def _print_action(self, user, message, date, tags, extra_prefix=""):
|
||||
nick_prefix = (
|
||||
""
|
||||
if not user.prefix
|
||||
|
|
Loading…
Add table
Reference in a new issue