craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
134 stars 20 forks source link

Fixed the usage string after plugins introduced #16

Closed hemna closed 3 years ago

hemna commented 3 years ago

This patch fixes the Usage string for a call message that isn't matched by any plugin.

Plugin object now must impleent a 'command_name' attribute that is the usage string for that plugin.