Handle :***!znc@znc.in

This commit is contained in:
nemunaire 2014-09-08 00:21:10 +02:00
parent 76399a110f
commit c13173e62c

View File

@ -24,7 +24,7 @@ from response import Response
mgx = re.compile(b'''^(?:@(?P<tags>[^ ]+)\ )?
(?::(?P<prefix>
(?P<nick>[a-zA-Z][^!@ ]*)
(?P<nick>[^!@ ]+)
(?: !(?P<user>[^@ ]+))?
(?:@(?P<host>[^ ]+))?
)\ )?