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