aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler
diff options
context:
space:
mode:
authorGravatar jesopo2019-02-22 16:31:17 +0000
committerGravatar jesopo2019-02-22 16:31:17 +0000
commit76c6cc3709516c3da4c70f5bc032225a778bbe4f (patch)
tree0725e44ca634b8f0ae48deea478c3f6e49c907d3 /modules/line_handler
parentTypo, 'channels' -> 'channel' (diff)
signature
Typo, 'taget' -> 'target'
Diffstat (limited to 'modules/line_handler')
-rw-r--r--modules/line_handler/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/line_handler/message.py b/modules/line_handler/message.py
index cdea31c0..c8e6e1e0 100644
--- a/modules/line_handler/message.py
+++ b/modules/line_handler/message.py
@@ -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)