/irc-config
http://github.com/Eelis/geordi · #! · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · 750490925295c031513a91565c10beee MD5 · raw file
- IrcBotConfig
- { server = "irc.freenode.net"
- , port = 6667
- , password = Nothing
- , max_response_length = 300
- , chans = ["#geordi", "#otherchannel"]
- , key_chans = []
- , nick = "geordiclone"
- , nick_pass = Nothing
- , alternate_nick = "geordiclone_"
- , also_respond_to = []
- , allow_nickless_requests_in = []
- , blacklist = []
- , no_output_msg = " "
- , channel_response_prefix = ""
- , join_trigger = Nothing
- , censor = []
- , rate_limit_messages = 5
- , rate_limit_window = 10
- , serve_private_requests = False
- , clang_by_default = False
- }