Advertisement
zephyrtronium

ircbot.cfg

Jul 14th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. # nick goes between brackets
  2. [zbot]
  3. # whois info
  4. user=bot
  5. realname=zephyrtronium's bot
  6. # where to join
  7. server=irc.us.esper.net
  8. port=6667
  9. channel=#metconst #smartcraft
  10. # commands begin with this; it can be of any length
  11. prefix=@
  12. # this is the sha-1 digest of zbot's admin password; i'll help you with this
  13. idpass=6075ea477665285ef58aa005f7eaa33c63d592de
  14. # nicks to check for automatically check for admin privileges; if a nick
  15. # matches something in here, then a whois is sent and if that person is
  16. # logged in via nickserv as a nick in here (possibly the same nick) then
  17. # they are automatically given admin access
  18. autoid=zephyrtronium zhs2 chizuari zekeachu|inactive scyzer sadiztyk
  19. # plugins to load automatically; if you register your bot with nickserv,
  20. # make sure the nickserv module is near the beginning of this list
  21. autoload=log nickserv pastebin join say calc rex source meta whois welcome
  22. later alias entities google quote nick urlfollow seen spelling warnquit
  23. metconstfeed intra bell rainbow secret ragequit chooses uni drain zozo
  24. expect help fuzz use metwikifeed ignore
  25. # setting this to yes will give you a lot of information you won't understand
  26. debug=no
  27. nspass=<if you register the bot with nickserv, put the password here>
  28. pastebin_api_key=<put a pastebin api key here>
  29. google_api_key=<put a google api key here>
  30.  
  31. [zbot_debug]
  32. user=zbot
  33. realname=zephyrtronium's bot
  34. server=irc.us.esper.net
  35. port=6667
  36. channel=#````
  37. prefix=@
  38. idpass=6075ea477665285ef58aa005f7eaa33c63d592de
  39. autoid=zephyrtronium
  40. autoload=join say raw pastebin source
  41. debug=yes
  42. pastebin_api_key=<put a pastebin api key here>
  43. google_api_key=<put a google api key here>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement