/xmpp-config
http://github.com/Eelis/geordi · #! · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 5f16ba664461507645bbecbeaea1f13a MD5 · raw file
- BotConfig
- { server = "myserver"
- , user = "myuser"
- , pass = "mypass"
- , max_msg_length = 300
- , no_output_msg = " "
- , blacklist = []
- , rate_limit_messages = 5
- , rate_limit_window = 10
- , rooms =
- [ ("geordi@conference.jabber.org", RoomConfig
- { room_nick = "mynick", allow_nickless_requests = False })
- ]
- }