mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-26 04:32:51 +01:00
Fix regressions in 4046a1b201
.
This commit is contained in:
parent
7444e656d8
commit
566920070c
@ -448,10 +448,11 @@ class ChannelIdDatabasePlugin(callbacks.Plugin):
|
|||||||
nick = username.split('!')[0] # nick==username iff this is a registered user
|
nick = username.split('!')[0] # nick==username iff this is a registered user
|
||||||
return template.substitute(
|
return template.substitute(
|
||||||
id=record.id,
|
id=record.id,
|
||||||
text=record.text,
|
text=utils.str.quoted(record.text),
|
||||||
|
userid=record.by,
|
||||||
username=username,
|
username=username,
|
||||||
nick=nick,
|
nick=nick,
|
||||||
at=record.at,
|
at=utils.str.timestamp(record.at),
|
||||||
**self.typeSubstitutions(),
|
**self.typeSubstitutions(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user