diff --git a/servers/mac b/servers/mac index ee8b5a1..2f5b972 100755 --- a/servers/mac +++ b/servers/mac @@ -272,7 +272,7 @@ class _ProtocolHandler: # Used to extract protocol id and args from a raw message. self.protocolRePattern = ( - r"((?P[a-z\-]*) {(?P[\s\S]*))|((?P[a-z_]*) (?P[\s\S]*))|(?P[a-z_]*)") + r"((?P[a-z_]*) {(?P[\s\S]*)})|((?P[a-z_]*) (?P[\s\S]*))|(?P[a-z_]*)") # Used to detect multiple dispatches during processing of one chunk set. self.isProcessing = False