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.0KB

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