Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.89 KB | None | 0 0
  1. # Owner(s) nickname #
  2. owners  = ['froggyman']
  3. # Chance of reply (%) per message #
  4. reply_chance    = 0
  5. # Enable or disable writing to a logfile #
  6. logging = 0
  7. # Reported 'real name' #
  8. realname    = 'John'
  9. # password to control the bot (Edit manually !) #
  10. password    = ''
  11. # Rejoin channel when kicked out #
  12. rejoin_kick = 0
  13. # The bot's nickname #
  14. myname  = 'Johnny_5'
  15. # Channels to auto-join #
  16. chans   = ['#frogstuff']
  17. # IRC Server to connect to (server, port [,password]) #
  18. servers = [('irc.freenode.net', 6666)]
  19. # Ignore these nicknames: #
  20. ignorelist  = []
  21. # Hide the fact we are a bot #
  22. stealth = 0
  23. # Enable or disable private message and CTCP notifications to owners #
  24. notify  = 1
  25. # If logging is enabled, name of logfile #
  26. logfile = 'log.txt'
  27. # Reply to ignored people #
  28. reply2ignored   = 0
  29. # Allow the bot to talk on channels #
  30. speaking    = 0
  31. # IRC quit message #
  32. quitmsg = 'Disassemble?!!!?!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement