|
|
@ -165,7 +165,7 @@ class TwitchBot(irc.bot.SingleServerIRCBot):
|
|
|
|
log.info('Adding quote %s: %s', id, text)
|
|
|
|
log.info('Adding quote %s: %s', id, text)
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
self.post(dict(
|
|
|
|
self.post(dict(
|
|
|
|
id=int(id) + 10000, # FIXME
|
|
|
|
id=int(id),
|
|
|
|
date=dateutil.parser.parse(date, dayfirst=True).date().isoformat(),
|
|
|
|
date=dateutil.parser.parse(date, dayfirst=True).date().isoformat(),
|
|
|
|
game=game,
|
|
|
|
game=game,
|
|
|
|
text=text))
|
|
|
|
text=text))
|
|
|
|