mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
p10: fix wrong hook name for user introduction
This commit is contained in:
parent
0c50091d11
commit
6dec4bd96f
@ -894,7 +894,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