show coloured nick in draft/delete
log line
This commit is contained in:
parent
7f434e5e17
commit
f4a001152a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Module(ModuleManager.BaseModule):
|
|||
|
||||
timestamp = utils.datetime.datetime_human(line.timestamp,
|
||||
timespec=utils.datetime.TimeSpec.MILLISECOND)
|
||||
minimal = "{NICK} deleted line from %s (%s)" % (
|
||||
minimal = "{~NICK} deleted line from %s (%s)" % (
|
||||
timestamp, line.message)
|
||||
line = "- %s" % minimal
|
||||
|
||||
|
|
Loading…
Reference in a new issue