Advertisement
Guest User

Untitled

a guest
Jan 15th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. ;All [labels] are made up of [type:id]
  2. ;Copy this into ./bin/Debug/ or ./bin/Release/ depending on the build you're using, once you have filled it out
  3. [master:Master] ;You can have multiple of these fields, just give them a different id, they control the bot via IM
  4. uuid = 7e1948fe-fa38-4524-a8ca-121979cf6a07 ;Human avatar id
  5. name = dawseylumia Resident ;Human avatar legacy name
  6.  
  7. [bot:MyBot]
  8. first_name = hellostickypantz ;Required
  9. last_name = Resident ;Required
  10. password = botpass ;Required
  11. sit_on = 8ed46271-2b12-ae7a-8661-4cd0568a59cc ;To have the bot sit on an object, right click and copy that object's uuid to here
  12. sim = One Love ;The region name you want your bot in
  13. pos_x = 105
  14. pos_y = 44
  15. pos_z = 2029
  16. login_uri = https://login.agni.lindenlab.com/cgi-bin/login.cgi
  17. grid_name = agni
  18.  
  19. ;[ircserver:freenode]
  20. ;irc_server = irc.freenode.net
  21. ;irc_port = 6667
  22. ;irc_nick = SinguRelay
  23. ;irc_username = SinguRelay
  24.  
  25. ;[ircchan:SingularitySL]
  26. ;irc_server = freenode ;[ircserver:<This>]
  27. ;channel = #SingularitySL
  28.  
  29. ;[slack:dummyserv]
  30. ;slack_key = somekeyorsomething
  31.  
  32. ;[slackchannel:relay]
  33. ;slack_server = dummyserv ;[slack:<This>]
  34. ;channel = relay
  35.  
  36. [discord:discordbot]
  37. token = token-from-discord-bot-page; create a bot here: https://discordapp.com/developers/applications/me, create a bot user, not public, click to reveal token.
  38. saferoles = ; These roles are unmentionable through relay
  39. devroles = everyone; People in these roles can be mentioned over relay
  40.  
  41. [discordchannel:discordrelay]
  42. discord_server = 515690953139421184 ;[discord:<This>]
  43. channel = 515690953814573057 ;
  44.  
  45. [bridge:SingularitySL]
  46. ;ircchan = SingularitySL ;[ircchan:<This>]
  47. ;slackchannel = relay ;[slackchannel:<This>]
  48. discordchannel = discordrelay ;[discordchannel:<This>]
  49. grid_group = 046ce084-2263-dbb5-6b0c-6ccc21bb8808 ;ID of your group on the grid or "local" if you want a local chat bridge
  50. bot = MyBot ;[bot:<This>]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement