now with .format :D
This commit is contained in:
parent
8eaffb0b99
commit
0c80766098
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user