From c13173e62c3593f9aa8ec64339931e5ecf464340 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Mon, 8 Sep 2014 00:21:10 +0200 Subject: [PATCH] Handle :***!znc@znc.in --- message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message.py b/message.py index 9c2f44f..b05a489 100644 --- a/message.py +++ b/message.py @@ -24,7 +24,7 @@ from response import Response mgx = re.compile(b'''^(?:@(?P[^ ]+)\ )? (?::(?P - (?P[a-zA-Z][^!@ ]*) + (?P[^!@ ]+) (?: !(?P[^@ ]+))? (?:@(?P[^ ]+))? )\ )?