renge/murmur: Allow spaces in username
Not really useful for real usernames, but very much for meme usernames.
This commit is contained in:
parent
bff4a58350
commit
6ce8ae1d6f
|
@ -17,6 +17,7 @@
|
|||
obfuscate = true;
|
||||
logfile = ""; # log to stdout
|
||||
|
||||
username = ''[ \\-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+'';
|
||||
channelname = ''[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue