"nick.dsa-watcher.start", "nick.dsa-watcher.stop", "nick.dsa-watcher.run",
"nick.dsa-watcher.crawl"]
description = 'automatically crawls for newly published Debian Security Announces'
- usage = "call with start, stop for background control or \"crawl\" for an intermediate status report"
+ usage = "call dsa-watcher with start, stop for background control or \"crawl\" for an intermediate status report"
@staticmethod
def get_id_from_about_string(about):
ch.basic_ack(delivery_tag=method.delivery_tag)
def build_reverse_lookup(self):
- reverse_lookup = {}
for plugin, definition in self.plugin_storage.items():
for key in definition['bindings']:
if key.startswith("nick"):
- reverse_lookup[key.split('.')[1]] = plugin
+ self.reverse_lookup[key.split('.')[1]] = plugin
def send_help(self, plugin_name=None):
if not plugin_name: