CloudBotLegacy icon indicating copy to clipboard operation
CloudBotLegacy copied to clipboard

use proper sed-like syntax for corrections, including regexes, backreferences and a few flags

Open nasonfish opened this issue 11 years ago • 1 comments

We support flags igux, backreferences /1 work, and regexes are matched.

This looks very refactored because it was simply ported back from CloudBotIRC/CloudBotRefresh - in case anyone wanted the plugin.

nasonfish avatar Aug 23 '14 21:08 nasonfish

+1

-- Above message was sent from my mobile phone. There may and will be all kinds of errors included. For free! On 23 Aug 2014 23:52, "Daniel Barnes" [email protected] wrote:

We support flags igux, backreferences /1 work, and regexes are matched.

This looks very refactored because it was simply ported back from

CloudBotIRC/CloudBotRefresh - in case anyone wanted the plugin.

You can merge this Pull Request by running

git pull https://github.com/nasonfish/CloudBot patch-9

Or view, comment on, or merge it at:

https://github.com/ClouDev/CloudBot/pull/300 Commit Summary

  • use proper sed-like syntax for corrections, including regexes, backreferences, and a few flags

File Changes

  • M plugins/correction.py https://github.com/ClouDev/CloudBot/pull/300/files#diff-0 (40)

Patch Links:

  • https://github.com/ClouDev/CloudBot/pull/300.patch
  • https://github.com/ClouDev/CloudBot/pull/300.diff

— Reply to this email directly or view it on GitHub https://github.com/ClouDev/CloudBot/pull/300.

literalplus avatar Aug 25 '14 03:08 literalplus