vueko/murmur: Remove strict username filter

This commit is contained in:
Simon Bruder 2022-02-11 16:23:16 +01:00
parent 6f1322f29a
commit a25c7789ed
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -108,7 +108,6 @@
logfile = ""; # log to stdout logfile = ""; # log to stdout
channelname = ''[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+''; channelname = ''[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+'';
username = "[-_a-zäöüß]+|SuperUser";
}; };
}; };