diff --git a/bot/linux.py b/bot/linux.py index b05a90d..cf9acdd 100644 --- a/bot/linux.py +++ b/bot/linux.py @@ -21,7 +21,7 @@ GNU_LINUX = """I'd Just Like To Interject For A Moment. What you're referring class Linux(Plugin): KERNEL_FEED = 'https://www.kernel.org/feeds/kdist.xml' - @irc3.event(r'(?i)^:\S+ PRIVMSG (?P\S+) :(?:.* )?(debian|ubuntu|apt|dpkg)(?: .*|$)') + @irc3.event(r'(?i)^:\S+ PRIVMSG (?P\S+) :(?:.* )?(debian|ubuntu|apt|dpkg|flash)(?: .*|$)') def debillian(self, target: str): """Annoying RE trigger for debian with variable count of E.""" if random.randint(0, 3) is 0: