Fixed kill reply
This commit is contained in:
parent
af957ff224
commit
18e09a1a57
|
@ -84,8 +84,9 @@ class Useless(DatabasePlugin):
|
|||
limit
|
||||
1
|
||||
''')
|
||||
nick = args.get('<nick>') or mask.nick
|
||||
self.bot.action(target, self.cur.fetchone()['item'].format(nick))
|
||||
self.bot.action(target, self.cur.fetchone()['item'].format(
|
||||
nick=args.get('<nick>') or mask.nick,
|
||||
))
|
||||
|
||||
@command
|
||||
def yiff(self, mask: IrcString, target: IrcString, args: DocOptDict):
|
||||
|
|
Loading…
Reference in New Issue
Block a user