/irc-config

http://github.com/Eelis/geordi · #! · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · 750490925295c031513a91565c10beee MD5 · raw file

  1. IrcBotConfig
  2. { server = "irc.freenode.net"
  3. , port = 6667
  4. , password = Nothing
  5. , max_response_length = 300
  6. , chans = ["#geordi", "#otherchannel"]
  7. , key_chans = []
  8. , nick = "geordiclone"
  9. , nick_pass = Nothing
  10. , alternate_nick = "geordiclone_"
  11. , also_respond_to = []
  12. , allow_nickless_requests_in = []
  13. , blacklist = []
  14. , no_output_msg = " "
  15. , channel_response_prefix = ""
  16. , join_trigger = Nothing
  17. , censor = []
  18. , rate_limit_messages = 5
  19. , rate_limit_window = 10
  20. , serve_private_requests = False
  21. , clang_by_default = False
  22. }