Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. $config['instance']['6']['functions'] = array
  2. (
  3. /**************************************
  4.  
  5. ENG [PLUGINS] # PL [PLUGINY]
  6.  
  7. **************************************/
  8.  
  9. 'plugins' => true,
  10.  
  11. /**************************************
  12.  
  13. ENG [EVENTS] # PL [EVENTY]
  14.  
  15. **************************************/
  16.  
  17. 'events' => true,
  18.  
  19. // ENG [Live Help] # PL [Live Help]
  20. 'live_help' => array
  21. (
  22. 'enabled' => true,
  23. 'support_channel_id' => 90,
  24. 'ignored_groups' => array(),
  25. 'commands_enabled' => true,
  26.  
  27. //if not registered commands !m, !k
  28. 'registration_groups' => array
  29. (
  30. 'enabled' => true,
  31. 'min_time' => 60, //in minutes (DB must be on)
  32. 'man' => array
  33. (
  34. 'sgid' => 10,
  35. //command - !m
  36. ),
  37. 'woman' => array
  38. (
  39. 'sgid' => 7,
  40. //commdn - !k
  41. ),
  42. ),
  43.  
  44. //!list, !add, !del
  45. 'server_groups' => array
  46. (
  47. 'enabled' => true,
  48. 'info' => array
  49. (
  50. /****************************************
  51.  
  52. '1' => array //growing number, for example 1, 2, 3...
  53. (
  54. 'server_groups' => array(52,53,54,55,56), //server groups
  55. 'limit' => 1, //limit of checking groups
  56. 'name' => 'Grupy wiekowe',
  57. ),
  58.  
  59. ****************************************/
  60.  
  61. '1' => array
  62. (
  63. 'server_groups' => array(106,107,108,109,110,111,112,113,114,115,116), //checking server groups
  64. 'limit' => 2, //limit of checking groups
  65. 'name' => 'Grupy gier',
  66. ),
  67. '2' => array
  68. (
  69. 'server_groups' => array(64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104), //server groups
  70. 'limit' => 4, //limit of checking groups
  71. 'name' => 'Grupy 4Fun',
  72. ),
  73. '3' => array
  74. (
  75. 'server_groups' => array(30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,115), //server groups
  76. 'limit' => 1, //limit of checking groups
  77. 'name' => 'Grupy województw',
  78. '4' => array
  79. (
  80. 'server_groups' => array(22,23,24,25,26,27,28), //server groups
  81. 'limit' => 1, //limit of checking groups
  82. 'name' => 'Grupy wiekowe',
  83. ),
  84. ),
  85. ),
  86.  
  87. //!faq
  88. 'faq' => array
  89. (
  90. 'enabled' => true,
  91. 'info' => "1. Co ja tu robię? - siedzisz na najlepszym serwerze TS3\n2. Co to za kanał? - jest to kanał pomocy serwera SmartSpeak.eu\n",
  92. ),
  93.  
  94. //!my_info
  95. 'client_info' => array
  96. (
  97. 'enabled' => true,
  98. ),
  99.  
  100. //!admin
  101. 'poke_admins' => array
  102. (
  103. 'enabled' => true,
  104.  
  105. 'ignored_groups' => array(),
  106. 'ignored_channels' => array(), //channels where bot doesn't poke admins
  107. 'show_client_link' => true, //show client link ([url])
  108. 'with_command' => array
  109. (
  110. 'enabled' => true,
  111. 'commands' => array
  112. (
  113. 'admin' => array
  114. (
  115. 'description' => 'aby uzykać pomoc',
  116. 'admins_groups' => array(20,15,16,17,19),
  117. ),
  118. 'groups' => array
  119. (
  120. 'description' => 'aby zmienić grupy',
  121. 'admins_groups' => array(20,15,16,17,19),
  122. ),
  123. ),
  124. ),
  125. 'admins_groups' => array(20,15,16,17,19), //all admins groups
  126. 'poke_once' => false, //send one poke to admin (true) or more (false)
  127. 'poking_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 5), //Only if poke_once = true
  128.  
  129. ),
  130.  
  131. //!channel
  132. 'get_private_channel' => array
  133. (
  134. 'enabled' => true,
  135. 'sub_channels' => 2, //how many sub channels
  136. 'head_channel_admin_group' => 5, //main head channel admin group id
  137. 'message_type' => 'poke', //message type (poke or message)
  138. 'empty_channel_topic' => '#free', //topic in empty channels
  139. 'channels_zone' => 73, //parent channel id
  140. 'sb_delay' => 16,
  141. ),
  142.  
  143. //`talking` sinusbot
  144. 'sinusbot' => array
  145. (
  146. 'enabled' => true,
  147. 'host' => 'http://188.116.7.84:8087',
  148. 'login' => 'admin',
  149. 'password' => 'kXEfx5I2',
  150. 'instance_uid' => '170a1070-5622-4d86-87ef-0b3166681b8c',
  151. 'playlist_id' => '9daaeb1d-c2f5-4f84-859f-6c27c9c4cf6e',
  152. 'bot_nick' => 'Pomoc',
  153. 'queue_in_nick' => true, //Show in nick number of people in queue
  154. 'type' => 1,
  155. ),
  156.  
  157. 'read_chat' => 1, //in seconds Default 1
  158. 'time_interval' => array('weeks' => 0,'days' => 0,'hours' => 0,'minutes' => 0,'seconds' => 0), //Default: 0 seconds
  159. ),
  160. ),
  161. );
  162.  
  163. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement