From fd9cf5c69d20ae9254def706672ad04062b2ca22 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 26 Jan 2024 12:30:26 +0200 Subject: [PATCH] fix username --- src/controller/room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/room.php b/src/controller/room.php index 0e7e993..69d3fdb 100644 --- a/src/controller/room.php +++ b/src/controller/room.php @@ -244,7 +244,7 @@ class Room // Legacy usernames backport if (!preg_match((string) $this->_config->kevachat->user->name->regex, $matches[2])) { - $matches[2] = '@anon'; + $matches[2] = 'anon'; } // Try to find related quote value