Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

plugin.config 621B

123456789101112131415161718192021222324252627282930313233
  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. metadata:
  10. author=Chris <chris@dmdirc.com>
  11. mainclass=com.dmdirc.addons.dcop.DcopPlugin
  12. description=Provides commands to interface with DCOP applications
  13. name=dcop
  14. nicename=DCOP Plugin
  15. updates:
  16. id=1
  17. version:
  18. friendly=0.5
  19. persistent:
  20. provides:
  21. dcop command
  22. required-services:
  23. # linux os
  24. exports:
  25. getDcopResult in com.dmdirc.addons.dcop.DcopPlugin as dcop