mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-11 20:52:42 +01:00
unreal: typofix
This commit is contained in:
parent
10be962318
commit
4f08894227
@ -587,8 +587,8 @@ class UnrealProtocol(TS6BaseProtocol):
|
|||||||
# Handle legacy NICK introduction here.
|
# Handle legacy NICK introduction here.
|
||||||
# I don't want to rewrite all the user introduction stuff, so I'll just reorder the arguments
|
# I don't want to rewrite all the user introduction stuff, so I'll just reorder the arguments
|
||||||
# so that handle_uid can handle this instead.
|
# so that handle_uid can handle this instead.
|
||||||
# ut since legacy nicks don't have any UIDs attached, we'll have to store
|
# But since legacy nicks don't have any UIDs attached, we'll have to store the users
|
||||||
# theses users internally by their nicks. In other words, we need to convert from this:
|
# internally by their nicks. In other words, we need to convert from this:
|
||||||
# <- NICK Global 3 1456843578 services novernet.com services.novernet.com 0 +ioS * :Global Noticer
|
# <- NICK Global 3 1456843578 services novernet.com services.novernet.com 0 +ioS * :Global Noticer
|
||||||
# & nick hopcount timestamp username hostname server service-identifier-token :realname
|
# & nick hopcount timestamp username hostname server service-identifier-token :realname
|
||||||
# to this:
|
# to this:
|
||||||
|
Loading…
Reference in New Issue
Block a user