default.properties 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #### UneFede DEFAULT configuration
  2. #### DO NOT EDIT HERE !! ####
  3. #### OVERRIDEN BY config.properties ####
  4. ### Setting the bot ###
  5. ## IRC server and channel settings ##
  6. #Main server address
  7. SERVER=irc.geeknode.net
  8. #Main port
  9. PORT=6667
  10. #Channels with
  11. CHANNELS=#Marmat,#ffdn
  12. ##IRC bot admins setting ##
  13. #Set who will be messaged if the bot needs to: exemple: if it get's kicked from somewhere
  14. #To set multiple admins, use the character ',' to split them.
  15. Admins=Marmat
  16. ## Bot settings
  17. #Bot name
  18. Bot_name=UneFede2
  19. #Bot description
  20. Bot_desc=Gentille Droide de la fédération, <3 Marmat
  21. #Time the bot will wait until it retry to connect when disconnected
  22. Timeout_before_reconnecting=360
  23. #Time in milliseconds beween each messages the bot can say
  24. Time_between_messages=200
  25. #Time in miliseconds the bot will wait before reconnecting to a channel it just went kicked of
  26. Wait_before_reconnecting_when_kicked=10000
  27. #Allow Private messages
  28. Allow_private_messages=true
  29. #Respond using private channel(true) instead of public channel(false)
  30. Respond_using_private_channel=true
  31. ##Developpment and debug settings
  32. #Will the bot be explicit or stay quiet (Warning: It Speaks a LOT!)
  33. Debug=false;
  34. ##DB cache settings
  35. #Time between each +reload allowed in seconds
  36. Minimum_time_beetween_+reload=360
  37. #Time between each autoreload in seconds
  38. CacheReloader_timeout=3600
  39. ## Actions settings
  40. Caractere_commande=-
  41. ## Allowed Actions Properties
  42. listeall=true
  43. infoall=false
  44. ##RSS settings
  45. RSS_address = https://planet.ffdn.org/atom.xml
  46. RSS_new_article_check=3600
  47. #Mastodon
  48. Mastodon_access_token=""
  49. Mastodon_instance=toot.aquilenet.fr
  50. Mastodon_enable=true
  51. #Twitter
  52. Twitter_enable=true