mirror of
https://github.com/hemna/aprsd-slack-plugin.git
synced 2024-12-12 01:45:39 -05:00
update for new aprsd
This commit is contained in:
parent
7fa7304423
commit
0c63bc5fcf
@ -10,13 +10,13 @@ LOG = logging.getLogger("APRSD")
|
||||
|
||||
class SlackNotifyPlugin(
|
||||
base_plugin.SlackPluginBase,
|
||||
plugin.APRSDNotificationPluginBase,
|
||||
plugin.APRSDWatchListPluginBase,
|
||||
):
|
||||
"""SlackNotifyPlugin."""
|
||||
|
||||
version = aprsd_slack_plugin.__version__
|
||||
|
||||
def notify(self, packet):
|
||||
def process(self, packet):
|
||||
LOG.info("SlackCommandPlugin")
|
||||
|
||||
fromcall = packet["from"]
|
||||
|
Loading…
Reference in New Issue
Block a user