From 0c807660986769843f66e00a2e1734d2c9eaec8e Mon Sep 17 00:00:00 2001 From: Cephra Date: Wed, 23 Aug 2017 13:01:19 +0200 Subject: [PATCH] now with .format :D --- bot/tell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/tell.py b/bot/tell.py index e6cb769..b250bf6 100644 --- a/bot/tell.py +++ b/bot/tell.py @@ -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()