Fixed kill reply

This commit is contained in:
mrhanky
2017-07-31 18:11:44 +02:00
parent af957ff224
commit 18e09a1a57

View File

@@ -84,8 +84,9 @@ class Useless(DatabasePlugin):
limit limit
1 1
''') ''')
nick = args.get('<nick>') or mask.nick self.bot.action(target, self.cur.fetchone()['item'].format(
self.bot.action(target, self.cur.fetchone()['item'].format(nick)) nick=args.get('<nick>') or mask.nick,
))
@command @command
def yiff(self, mask: IrcString, target: IrcString, args: DocOptDict): def yiff(self, mask: IrcString, target: IrcString, args: DocOptDict):