Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

mod_jibri_queue.lua 194B

12345
  1. local jibri_queue_component
  2. = module:get_option_string(
  3. "jibri_queue_component", "jibri_queue"..module.host);
  4. module:add_identity("component", "jibri_queue", jibri_queue_component);