Advertisement
Guest User

conf

a guest
Sep 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ###################################################################
  2. #IRC section
  3. ###################################################################n
  4. [irc]
  5. [irc.irchighway]
  6. Server="irc.irchighway.net:9999"
  7. UseTLS=true
  8. SkipTLSVerify=true
  9. Nick="Arara"
  10. RemoteNickFormat="{NICK} "
  11.  
  12. ###################################################################
  13. #telegram section
  14. ###################################################################
  15. [telegram]
  16. [telegram.bodzio]
  17. Token="EDITED"
  18. EditSuffix=" (edited)"
  19. RemoteNickFormat="{NICK} "
  20.  
  21. ###################################################################
  22. #Gateway configuration
  23. ###################################################################
  24.  
  25. [[gateway]]
  26. name="gateway1"
  27. enable=true
  28.  
  29. [[gateway.inout]]
  30. account="irc.irchighway"
  31. channel="#bodzio"
  32.  
  33. [[gateway.inout]]
  34. account="telegram.bodzio"
  35. chatid=-154607222
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement