Typo, 'taget' -> 'target'
This commit is contained in:
parent
5cae86333b
commit
76c6cc3709
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ def tagmsg(events, event):
|
|||
|
||||
if channel:
|
||||
hook.call(user=user, channel=channel, **kwargs)
|
||||
elif event["server"].is_own_nickname(taget):
|
||||
elif event["server"].is_own_nickname(target):
|
||||
hook.call(user=user, **kwargs)
|
||||
elif from_self:
|
||||
user = event["server"].get_user(target)
|
||||
|
|
Loading…
Reference in a new issue