mirror of
https://github.com/anope/anope.git
synced 2026-06-25 18:16:38 +02:00
0e14adcb0f
Currently a Regex AKILL is sent with a malformed mask to InspIRCd as an RLine. InspIRCd expects a mask of 'n!u@h\sr', so we need to remove the enclosing slashes (/.../), change the '#' separator to '\s', and change any literal spaces to '\s' and then it creates a proper RLine.