aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/line_handler/core.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/line_handler/core.py b/modules/line_handler/core.py
index aac9e327..607c8dd4 100644
--- a/modules/line_handler/core.py
+++ b/modules/line_handler/core.py
@@ -137,6 +137,8 @@ def handle_354(event):
target.realname = realname
if not account == "0":
target.identified_account = account
+ target.identified_account_id = event["server"].get_user(account
+ ).get_id()
else:
target.identified_account = None