/xmpp-config

http://github.com/Eelis/geordi · #! · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 5f16ba664461507645bbecbeaea1f13a MD5 · raw file

  1. BotConfig
  2. { server = "myserver"
  3. , user = "myuser"
  4. , pass = "mypass"
  5. , max_msg_length = 300
  6. , no_output_msg = " "
  7. , blacklist = []
  8. , rate_limit_messages = 5
  9. , rate_limit_window = 10
  10. , rooms =
  11. [ ("geordi@conference.jabber.org", RoomConfig
  12. { room_nick = "mynick", allow_nickless_requests = False })
  13. ]
  14. }