Display colors for /me messages in a better way.
This commit is contained in:
parent
92d96f3f36
commit
7425231f47
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class TextBuffer(object):
|
|||
else:
|
||||
color = None
|
||||
# TODO: display the bg color too.
|
||||
txt = ("\x19%s}* \x195}" % (color or 5,))+ nickname + ' ' + txt[4:]
|
||||
txt = ("\x195}* \x19%s}" % (color or 5,))+ nickname + ' \x195}' + txt[4:]
|
||||
nickname = None
|
||||
msg = Message(txt='%s\x19o'%(txt.replace('\t', ' '),), nick_color=nick_color,
|
||||
time=time, str_time=time.strftime("%Y-%m-%d %H:%M:%S")\
|
||||
|
|
Loading…
Reference in a new issue