aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IRCLineHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/IRCLineHandler.py b/IRCLineHandler.py
index e1d32bec..c2a701c8 100644
--- a/IRCLineHandler.py
+++ b/IRCLineHandler.py
@@ -456,7 +456,7 @@ class LineHandler(object):
if not event["args"][0] == "*":
self.events.on("received.account.login").call(user=user,
- server=event["server"], account=account)
+ server=event["server"], account=event["tags"]["account"])
else:
self.events.on("received.account.logout").call(user=user,
server=event["server"])