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 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. defaults
  10. icons
  11. metadata:
  12. author=Shane <shane@dmdirc.com>
  13. mainclass=com.dmdirc.addons.parser_twitter.TwitterPlugin
  14. description=Provides twitter access for DMDirc.
  15. name=twitter
  16. nicename=Twitter Plugin
  17. updates:
  18. id=49
  19. version:
  20. number=28
  21. friendly=2.8
  22. defaults:
  23. statuscount=20
  24. apicalls=175
  25. debugEnabled=false
  26. hide500Errors=true
  27. saveLastIDs=false
  28. getSentMessages=false
  29. replaceOpeningNickname=false
  30. autoAt=false
  31. autoLeaveMessageChannel=false
  32. # Pre-configured support for twitter api
  33. api.address.twitter.com=api.twitter.com
  34. api.versioned.twitter.com=true
  35. # Pre-configured support for identi.ca twitter-ish api
  36. api.address.identi.ca=identi.ca/api
  37. api.versioned.identi.ca=false
  38. provides:
  39. twitter parser
  40. twitters parser
  41. exports:
  42. getParser in com.dmdirc.addons.parser_twitter.TwitterPlugin as getParser
  43. getDescription in com.dmdirc.addons.parser_twitter.TwitterPlugin as getProtocolDescription
  44. icons:
  45. category-twitter=plugin://twitter:com/dmdirc/addons/parser_twitter/res/twitter.png