diff --git a/aprsd/plugin.py b/aprsd/plugin.py index 5b06f74..d676b26 100644 --- a/aprsd/plugin.py +++ b/aprsd/plugin.py @@ -65,6 +65,7 @@ class APRSDPluginBase(metaclass=abc.ABCMeta): @abc.abstractmethod def command(self, fromcall, message, ack): """This is the command that runs when the regex matches. + To reply with a message over the air, return a string to send. """