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 937B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. requires
  8. updates
  9. defaults
  10. formatters
  11. icons
  12. version
  13. metadata:
  14. author=Shane <shane@dmdirc.com>
  15. mainclass=com.dmdirc.addons.freedesktop_notifications.FreeDesktopNotificationsPlugin
  16. description=Adds FreeDesktop-Style Notifications to dmdirc
  17. name=freedesktop_notifications
  18. nicename=FreeDesktop Notifications Plugin
  19. updates:
  20. id=48
  21. version:
  22. number=8
  23. friendly=1.0
  24. defaults:
  25. general.hideoutput=false
  26. requires:
  27. # linux os
  28. provides:
  29. osd feature
  30. defaults:
  31. general.timeout=5
  32. general.kdialog=false
  33. advanced.escapehtml=true
  34. advanced.stripcodes=true
  35. exports:
  36. showNotification in com.dmdirc.addons.freedesktop_notifications.FreeDesktopNotificationsPlugin as showNotification