mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-18 02:32:27 +00:00
@@ -11,5 +11,5 @@ import sys
|
||||
import re
|
||||
|
||||
for line in sys.stdin:
|
||||
matches = re.match(r'^\* (.*) by (.*) in (.*)$', line.strip())
|
||||
matches = re.match(r'^\* (.*) by (\S+) in (\S+)$', line.strip())
|
||||
print("* %s (%s)" % (matches[1], matches[3]))
|
||||
|
||||
Reference in New Issue
Block a user