Advertisement
BlaquuTM

Untitled

Sep 1st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. // ENG [Write statistics of admins] # PL [Wypisz statystyki adminów]
  2. 'write_statistics' => array
  3. (
  4. 'enabled' => true,
  5. 'admins_groups' => array(24,25,26,27,28,30,31,35,36,38,39), //Admins groups to write on the channel description
  6.  
  7. 'groups' => array
  8. (
  9. 'top_description' => '[size=14][b]Statystyki administracji[/b][/size][size=13][b]\nNadane grupy[/b][/size]',
  10. 'channelid' => 122,
  11. ),
  12. 'timespent' => array
  13. (
  14. 'top_description' => '[size=14][b]Statystyki administracji[/b][/size][size=13][b]\nSpędzony czas[/b][/size]',
  15. 'channelid' => 121,
  16. ),
  17. 'help_center' => array
  18. (
  19. 'top_description' => '[size=14][b]Statystyki administracji[/b][/size][size=13][b]\nCentrum pomocy[/b][/size]',
  20. 'channelid' => 170,
  21. ),
  22.  
  23. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 1,'seconds' => 0),
  24. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement