diff --git a/protocols/unreal.py b/protocols/unreal.py index 0c807ae..82e035b 100644 --- a/protocols/unreal.py +++ b/protocols/unreal.py @@ -375,7 +375,7 @@ class UnrealProtocol(TS6BaseProtocol): if ('+x', None) not in parsedmodes: # If +x is not set, update to use the person's real host. - self.updateClient(uid, 'HOST', realhost) + self.irc.users[uid].host = realhost # Set the accountname if present if accountname != "0":