diff --git a/plugins/relay.py b/plugins/relay.py index 18f22b9..f50d5b4 100644 --- a/plugins/relay.py +++ b/plugins/relay.py @@ -187,7 +187,7 @@ def normalizeHost(irc, host): if irc.protoname == 'unreal': # UnrealIRCd doesn't allow slashes in hostnames host = host.replace('/', '.') - return host[:64] # Limited to 64 chars + return host[:63] # Limit hosts to 63 chars for best compatibility def loadDB(): """Loads the relay database, creating a new one if this fails."""