Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. // ENG [Move specified groups to channel from specified channel] # PL [Przenoszenie użytkowników z określoną grupą z kanału na kanał]
  2. 'move_groups' => array
  3. (
  4. 'enabled' => true,
  5. 'if_client_on_channel' => array(61,96), //All channels from which bot must move clients | Wszystkie kanały, z których bot ma movać
  6. 'vip_channels_from_xbot' => array
  7. (
  8. 'enabled' => true,
  9. 'is_on_channel' => 61,
  10. 'ignored_groups' => array(),
  11. ),
  12. 'info' => array
  13. (
  14. /*************************
  15.  
  16. 0 => array //growing number: 0,1,2 etc.
  17. (
  18. 'is_on_channel' => 50, //form which channel bot must move people
  19. 'move_to_channel' => 25, //to which channel bot must move people
  20. 'groups' => array(14,13), //groups which will be checking
  21. ),
  22.  
  23. *************************/
  24.  
  25. 0 => array
  26. (
  27. 'is_on_channel' => 61,
  28. 'move_to_channel' => 74,
  29. 'groups' => array(165),
  30. ),
  31. 1 => array
  32. (
  33. 'is_on_channel' => 96,
  34. 'move_to_channel' => 74,
  35. 'groups' => array(165),
  36. ),
  37. ),
  38. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement