Guest User

Untitled

a guest
Jan 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ; Address of IRC server
  2. server = #edwinchannel
  3. ; Server port
  4. serverport = 6667
  5. ; Bot's nickname
  6. nickname = marko
  7. ; Bot's username (will show as ~<username>@some.host.com)
  8. username = marko-edwin
  9. ; Bot's realname (will show in whois)
  10. realname = I am Marko
  11. ; Bot's quit message
  12. quitmessage = Orale putos...
  13.  
  14.  
  15. ; Reply rate to all messages (in percent)
  16. replyrate = 1.00
  17. ; Reply rate to messages containing bot's nickname (in percent)
  18. replynick = 10.00
  19. ; Reply rate to messages containing magic words (in percent)
  20. replymagic = 10.00
  21.  
  22.  
  23. ; Controls whether the bot speaks at all (boolean)
  24. speaking = 1
  25. ; Does the bot learn, or just replies (boolean)
  26. learning = 1
  27. ; Join the channels the bot was invited to (0 - no, 1 - yes, 2 - only by owner)
  28. joininvites = 2
  29.  
  30.  
  31. ; Autosave period (in seconds)
  32. autosaveperiod = 600
  33. ; Channel list to join to
  34. channels = #channel
  35. ; Magic word list
  36. magicwords =
  37. ; Owner list (nicknames)
  38. owners = edwingod
  39. ; Ignore list (nicknames)
  40. ignore =
Add Comment
Please, Sign In to add comment