22 Sep
2016
22 Sep
'16
3 a.m.
* Mikhail Sutormin <msutormin@gmail.com> [2016-09-22 01:47]:
if (Stripped-User-Name =~ /(.{0,19})$/) {
You're anchoring it to the end of the line with $. Try ^(.{0,19}) instead and it should work (hopefully - didn't test). -- Vegard Svanberg <vegard@svanberg.no> [*Takapa@IRC (EFnet)]