Browse Source

fix username

main
ghost 9 months ago
parent
commit
fd9cf5c69d
  1. 2
      src/controller/room.php

2
src/controller/room.php

@ -244,7 +244,7 @@ class Room @@ -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

Loading…
Cancel
Save