config.properties 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. #### UneFede configuration
  2. ### Setting the bot ###
  3. ## IRC server and channel settings ##
  4. #Main server address
  5. SERVER=irc.geeknode.net
  6. #Main port
  7. PORT=6667
  8. #Channels with
  9. CHANNELS=#Marmat
  10. ##IRC bot admins setting ##
  11. #Set who will be messaged if the bot needs to: exemple: if it get's kicked from somewhere
  12. #To set multiple admins, use the character ',' to split them.
  13. Admins=Marmat
  14. ## Bot settings
  15. #Time the bot will wait until it retry to connect when disconnected
  16. Timeout_before_reconnecting=360
  17. #Time in milliseconds beween each messages the bot can say
  18. Time_between_messages=200
  19. #Time in miliseconds the bot will wait before reconnecting to a channel it just went kicked of
  20. Wait_before_reconnecting_when_kicked=10000
  21. ##Developpment and debug settings
  22. #Will the bot be explicit or stay quiet (Warning: It Speaks a LOT!)
  23. Debug=true
  24. ##DB cache settings
  25. #Time between each +reload allowed in seconds
  26. Minimum_time_beetween_+reload=360
  27. #Time between each autoreload in seconds
  28. CacheReloader_timeout=3600