You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugin.config 674B

12345678910111213141516171819202122232425262728293031323334
  1. # This is a DMDirc configuration file.
  2. # This section indicates which sections below take key/value
  3. # pairs, rather than a simple list. It should be placed above
  4. # any sections that take key/values.
  5. keysections:
  6. metadata
  7. version
  8. requires
  9. defaults
  10. updates
  11. metadata:
  12. author=Greg <greg@dmdirc.com>
  13. mainclass=com.dmdirc.addons.notifications.NotificationsPlugin
  14. description=Provides a notification command exposing notifications plugins centrally.
  15. name=notifications
  16. nicename=Notification Manager
  17. updates:
  18. id=61
  19. version:
  20. friendly=0.2
  21. requires:
  22. parent=ui_swing
  23. required-services:
  24. swing ui
  25. provides:
  26. notification command
  27. notification manager