diff --git a/protocols/unreal.py b/protocols/unreal.py index b3a4f9a..46382e7 100644 --- a/protocols/unreal.py +++ b/protocols/unreal.py @@ -23,7 +23,7 @@ class UnrealProtocol(TS6BaseProtocol): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) - self.protocol_caps |= {'slash-in-nicks', 'underscore-in-hosts'} + self.protocol_caps |= {'slash-in-nicks', 'underscore-in-hosts', 'slash-in-hosts'} # Set our case mapping (rfc1459 maps "\" and "|" together, for example) self.casemapping = 'ascii' self.proto_ver = 4017