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