Fixed kill reply
This commit is contained in:
parent
af957ff224
commit
18e09a1a57
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user