diff --git a/nxy/plugins/useless.py b/nxy/plugins/useless.py index 7381af5..24c06da 100644 --- a/nxy/plugins/useless.py +++ b/nxy/plugins/useless.py @@ -21,6 +21,11 @@ class Useless(Plugin): """Returns a huehuehue when someone writes it.""" self.bot.privmsg(channel, msg) + @irc3.event(r'(?i)^:\S+ PRIVMSG (?P\S+) :reeeeee$') + def reeeeee(self, channel: str): + """Returns a REEEE.""" + self.bot.privmsg(channel, 'REEEEEEEEEEEEEEEEEEEEEEEEEEEE') + @irc3.event(r'(?i)^:\S+ PRIVMSG (?P\S+) :same$') def same(self, channel: str): """Returns a plain same when a user writes same."""