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

123456789101112131415161718192021222324252627282930
  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=Shane <shane@dmdirc.com>
  11. mainclass=com.dmdirc.addons.parser_irc.IrcPlugin
  12. description=Allows DMDirc to communicate with IRC servers
  13. name=irc
  14. nicename=IRC Parser
  15. updates:
  16. id=57
  17. version:
  18. friendly=2.2.3
  19. provides:
  20. irc parser
  21. ircs parser
  22. exports:
  23. getParser in com.dmdirc.addons.parser_irc.IrcPlugin as getParser
  24. getDescription in com.dmdirc.addons.parser_irc.IrcPlugin as getProtocolDescription