mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +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
|
||||
return template.substitute(
|
||||
id=record.id,
|
||||
text=record.text,
|
||||
text=utils.str.quoted(record.text),
|
||||
userid=record.by,
|
||||
username=username,
|
||||
nick=nick,
|
||||
at=record.at,
|
||||
at=utils.str.timestamp(record.at),
|
||||
**self.typeSubstitutions(),
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user