Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1.  
  2. // ENG [Poke admins] # PL [Zaczepianie adminów]
  3. 'poke_admins' => array
  4. (
  5. 'enabled' => true,
  6. 'if_client_on_channel' => array(185,301), //all checking channels
  7. 'ignored_groups' => array(), //if admin has this group, bot will not poke him
  8. 'ignored_group_if_on_channel' => array(56), //if client has this group, bot will not poke admins
  9. 'info' => array
  10. (
  11. /*************************
  12.  
  13. ###
  14. # poking server groups: channel_id => array(server_groups separated by comma),
  15. ###
  16.  
  17. ###
  18. # poking client: channel_id => client_database_id,
  19. ###
  20.  
  21. *************************/
  22.  
  23. 185 => array(18,143,13,14,15,16),
  24. 301 => array(18,143,13,14,15,16),
  25. ),
  26. 'ignored_channels' => array(), //channels where bot doesn't poke admins
  27. 'inform_admin_once' => true, //Poke admin only one time
  28. 'informing_about_channel' => true, //inform admin about the channel on which the user needs help
  29. 'show_client_link' => true, //show client link ([url])
  30. 'kick_if_away' => true, //kick client if is away (muted microphone/headphones)
  31. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 10),
  32. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement