Advertisement
Guest User

Untitled

a guest
May 5th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.64 KB | None | 0 0
  1. hosts = ["irc.freenode.net"]
  2. ports = [6667]
  3. ident = "dreambot"
  4. ssl = [False]
  5. ipv6 = [False]
  6. committracker = True
  7. autoreconnect = []
  8. nick = "dreambot"
  9. channels = {"irc.freenode.net" : ["##nandha"]}
  10. realname = nick
  11. connectcommands = {}
  12. bpass = "programmer"
  13. owner = "~mohanraj@unaffiliated/pjarnahom"
  14. admin = {}
  15. admin[owner] = ["~mohanraj@unaffiliated/pjarnahom"]
  16. prefix = ","
  17. debug = True
  18. phpserv = False
  19. welcomechans = [""]
  20. avchans = []
  21. ai = False
  22. bads = []
  23. mail_url = ""
  24. hostignores = []
  25. twituser = ""
  26. twitpass = ""
  27. staffchannel = {}
  28. logdir = "logs"
  29. modeonjoin = {"irc.freenode.net":["o"]}
  30. ignorelist = []
  31. hostignores = []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement