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

12345678910111213141516171819202122232425262728293031
  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. updates
  8. version
  9. requires
  10. icons
  11. metadata:
  12. author=Chris <chris@dmdirc.com>
  13. mainclass=com.dmdirc.addons.contactlist.ContactListPlugin
  14. description=Proof of concept contact list support
  15. name=contactlist
  16. nicename=Contact List
  17. updates:
  18. id=67
  19. version:
  20. friendly=0.2
  21. provides:
  22. contactlist command
  23. icons:
  24. query-away=plugin://contactlist:com/dmdirc/addons/contactlist/res/offline.png
  25. query-here=plugin://contactlist:com/dmdirc/addons/contactlist/res/online.png