mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-26 04:32:51 +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,
|
username=username,
|
||||||
nick=nick,
|
nick=nick,
|
||||||
at=utils.str.timestamp(record.at),
|
at=utils.str.timestamp(record.at),
|
||||||
**self.typeSubstitutions(),
|
**self.typeSubstitutions()
|
||||||
)
|
)
|
||||||
|
|
||||||
def get(self, irc, msg, args, channel, id):
|
def get(self, irc, msg, args, channel, id):
|
||||||
|
Loading…
Reference in New Issue
Block a user