mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-29 06:51:10 -05:00
parent
a05567620b
commit
a18025cca5
@ -45,7 +45,7 @@ except ImportError:
|
|||||||
_ = lambda x: x
|
_ = lambda x: x
|
||||||
|
|
||||||
|
|
||||||
SED_REGEX = re.compile(r"^(?:(?P<nick>.+?)[:,] )?s(?P<delim>/)(?P<pattern>.*?)(?P=delim)"
|
SED_REGEX = re.compile(r"^(?:(?P<nick>.+?)[:,] )?s(?P<delim>.)(?P<pattern>.*?)(?P=delim)"
|
||||||
r"(?P<replacement>.*?)(?:(?P=delim)(?P<flags>[gi]*))?$")
|
r"(?P<replacement>.*?)(?:(?P=delim)(?P<flags>[gi]*))?$")
|
||||||
|
|
||||||
class Replacer(callbacks.PluginRegexp):
|
class Replacer(callbacks.PluginRegexp):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user