logbot.conf.sample 531 B

12345678910111213141516171819202122232425262728293031
  1. # logbot config
  2. data_path = /home/logbot/logbot/data
  3. <bot>
  4. debug_poe = no
  5. </bot>
  6. <web>
  7. default_network = mozilla
  8. default_channel = bugzilla
  9. search_limit = 1000
  10. url = http://logs.example.com/
  11. </web>
  12. <network mozilla>
  13. server = irc.example.com
  14. port = 6667
  15. bots = someotherbot
  16. nick = mybot
  17. name = mybot (my name)
  18. <channel somechannel>
  19. # password = xxx
  20. public = yes
  21. log_events = no
  22. search = no
  23. join = yes
  24. </channel>
  25. </mozilla>