diff options
author | genius3000 <genius3000@g3k.solutions> | 2017-07-26 03:01:03 -0600 |
---|---|---|
committer | genius3000 <genius3000@g3k.solutions> | 2017-10-14 08:36:35 -0600 |
commit | 0e14adcb0fe40496e9fcaa17207b1099b1ec330d (patch) | |
tree | 277a7da2050e9c86a6c37ffcf271a73cddcc3b8e /modules/commands/cs_flags.cpp | |
parent | 3cb9e0b97c15e2d997d519b4bfc1821252c2384d (diff) |
Fix sending incorrect RLines to InspIRCd
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.
Diffstat (limited to 'modules/commands/cs_flags.cpp')
0 files changed, 0 insertions, 0 deletions