Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | None | 0 0
  1. bots:
  2.    rbot:
  3.       type: "RocketChatBot"
  4.       websocket-url: "wss://chat.wikitolearn.org/websocket"
  5.       file-upload-url: "https://chat.wikitolearn.org/file-upload"
  6.       username: "davide"
  7.       password: "mah"
  8.    ibot:
  9.       type: "IrcBot"
  10.       username: "bottolo"
  11.       host: "chat.freenode.net"
  12.    tbot:
  13.       type: "TelegramBot"
  14.       username: "ScrausissimoBot"
  15.       password: "341395592:AAEKiYMnyo2w1kmX32f_LJDHNUv0hl32NUA"
  16.  
  17. channels:
  18.    ch1:
  19.       bot: rbot
  20.       name: "aac7KBHmdfwMnHvFk"
  21.    ch2:
  22.       bot: ibot
  23.       name: "#unixmib"
  24.    ch3:
  25.       bot: tbot
  26.       name: "-1001090846088"
  27.  
  28. bridges:
  29.    -
  30.       - ch1
  31.       - ch2
  32.       - ch3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement