mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-24 03:04:05 +01:00
p10: fix wrong hook name for user introduction
(cherry picked from commit 6dec4bd96f
)
This commit is contained in:
parent
49136d5abd
commit
594e8ad771
@ -885,7 +885,7 @@ class P10Protocol(IRCS2SProtocol):
|
||||
|
||||
self.check_cloak_change(uid)
|
||||
|
||||
return {'uid': uid, 'ts': ts, 'nick': nick, 'realhost': realhost, 'host': host, 'ident': ident, 'ip': ip}
|
||||
return {'uid': uid, 'ts': ts, 'nick': nick, 'realhost': realhost, 'host': host, 'ident': ident, 'ip': ip, 'parse_as': 'UID'}
|
||||
|
||||
else:
|
||||
# <- ABAAA N GL_ 1460753763
|
||||
|
Loading…
Reference in New Issue
Block a user