Fix Python 3.4 support.

This commit is contained in:
Valentin Lorentz 2020-05-14 21:49:56 +02:00
parent eaf7222509
commit a54db1034f
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ class ChannelIdDatabasePlugin(callbacks.Plugin):
username=username,
nick=nick,
at=utils.str.timestamp(record.at),
**self.typeSubstitutions(),
**self.typeSubstitutions()
)
def get(self, irc, msg, args, channel, id):