mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
unreal: initialize legacy users on the right server
This commit is contained in:
parent
c4273e68a4
commit
f3ceefe87f
@ -611,7 +611,7 @@ class UnrealProtocol(TS6BaseProtocol):
|
||||
|
||||
log.debug('(%s) translating legacy NICK args to: %s', self.irc.name, ' '.join(new_args))
|
||||
|
||||
return self.handle_uid(numeric, 'UID_LEGACY', new_args)
|
||||
return self.handle_uid(servername, 'UID_LEGACY', new_args)
|
||||
else:
|
||||
# Normal NICK change, just let ts6_common handle it.
|
||||
# :70MAAAAAA NICK GL-devel 1434744242
|
||||
|
Loading…
Reference in New Issue
Block a user