now with .format :D

This commit is contained in:
Cephra 2017-08-23 13:01:19 +02:00
parent 8eaffb0b99
commit 0c80766098

View File

@ -51,7 +51,7 @@ class Tell(DatabasePlugin):
''', tell)
self.con.commit()
self.bot.notice(mask.nick, "I will tell that to {} when I see them.")
self.bot.notice(mask.nick, "I will tell that to {} when I see them.".format(nick))
except Error as ex:
self.log.error(ex)
self.con.rollback()