mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Fix Python 3.4 support.
This commit is contained in:
parent
eaf7222509
commit
a54db1034f
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user