From 5157eb7aa1379859aeefa4eefc4534c8752d4fec Mon Sep 17 00:00:00 2001 From: Walter Boring Date: Sat, 7 Feb 2026 12:35:12 -0500 Subject: [PATCH] message plugin fix --- aprsd_slack_plugin/message_plugin.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/aprsd_slack_plugin/message_plugin.py b/aprsd_slack_plugin/message_plugin.py index 07c7ae7..6c83757 100644 --- a/aprsd_slack_plugin/message_plugin.py +++ b/aprsd_slack_plugin/message_plugin.py @@ -1,7 +1,7 @@ import logging import re -from aprsd import packets +from aprsd import packets, plugin from oslo_config import cfg import aprsd_slack_plugin @@ -14,7 +14,11 @@ CONF = cfg.CONF LOG = logging.getLogger("APRSD") -class SlackMessagePlugin(base_plugin.SlackPluginBase): +class SlackMessagePlugin( + base_plugin.SlackPluginBase, + plugin.APRSDRegexCommandPluginBase, + plugin.APRSFIKEYMixin, +): """SlackMessagePlugin. This APRSD plugin looks for the slack msg command comming in