Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ;
  2. ; This header has a '~' suffix, which denotes that it is NOT
  3. ; an IRC bot, but rather a needed config file. (It must be named ~Network.)
  4. ;
  5. [~Network]
  6. ; These keys are needed for the bot to operate.
  7. name = FFSNetwork
  8. host = irc.ffsnetwork.com
  9. port = 6667
  10. owners = ashat.co.uk
  11. ; These keys are optional, but are useful to have.
  12. ; bind =
  13. channels = #Asha, #ircbots, #assbot.test. #ircbots.test, #ashatest
  14. plugins = Evaluation, AutoInvite, GoogleCalc, DynamicCommand, TinyURL, Youtube
  15. rotation = SEND_MAST
  16. quitmsg = "assPHP"
  17. delimiter = "~"
  18.  
  19.  
  20.  
  21. ;
  22. ; This header doesn't have a '~' suffix, which denotes that it
  23. ; is an IRC bot. All three are needed.
  24. ; The text inbetween the [ and ] is the bot's nickname, just so you know.
  25. ; If you want to name the bot as 'Natalie', rename the text to [Natalie].
  26. ; The first defined bot is the master bot, order does matter.
  27. ;
  28. [assPHP]
  29. altnick = assPHP
  30. username = assPHP
  31. realname = i.am
  32. ; If you require a password to join your server, use this:
  33. ; (Works for BNCs as well as normal servers)
  34. password = YoURpA55w0Rd
  35. ; If you want the bot to react to commands (by default clones do not react
  36. ; to commands, then set this to false.
  37. reactevent = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement