fix ree regex
This commit is contained in:
parent
6b1c3a4e8f
commit
c36569d33d
|
@ -114,7 +114,7 @@ class Useless(DatabasePlugin):
|
|||
"""Returns a huehuehue when someone writes it."""
|
||||
self.bot.privmsg(target, msg)
|
||||
|
||||
@irc3.event(r'(?i)^:\S+ PRIVMSG (?P<target>\S+) :re{2,}$')
|
||||
@irc3.event(r'(?i)^:\S+ PRIVMSG (?P<target>\S+) :re{{2,}}$')
|
||||
def reeeeee(self, target: str):
|
||||
"""Returns a REEEE."""
|
||||
self.bot.privmsg(target, re_generator())
|
||||
|
|
Loading…
Reference in New Issue
Block a user