Handle :***!znc@znc.in
This commit is contained in:
parent
76399a110f
commit
c13173e62c
1 changed files with 1 additions and 1 deletions
|
@ -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>[^ ]+))?
|
||||
)\ )?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue