mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
String: Display regex error on invalid group reference (#1537)
This commit is contained in:
parent
416a05e326
commit
6021f0e6d9
@ -218,6 +218,7 @@ class String(callbacks.Plugin):
|
||||
s/regexp/replacement/flags, returns the result of applying such a
|
||||
regexp to <text>.
|
||||
"""
|
||||
try:
|
||||
if f('') and len(f(' ')) > len(f(''))+1: # Matches the empty string.
|
||||
s = _('You probably don\'t want to match the empty string.')
|
||||
irc.error(s)
|
||||
|
Loading…
Reference in New Issue
Block a user