Author Topic: Advertising - All Channels  (Read 14474 times)

tmalek

  • Newbie
  • *
  • Posts: 5
    • View Profile
Advertising - All Channels
« on: May 05, 2012, 10:56:00 PM »
Hello,
In JTS3servermod_server1.cfg have this option:

# Enable advertising, 0 = disable, 1 = send to virtual server, 2 = send to channel
advertising_enable = 0
# If mode 2 selected, set channel id to write advertising message into it
advertising_channel_id =
# Advertise every X minutes
advertising_repeat_time = 5
# Path to file which contains the advertising messages
advertising_file = config/advertising.cfg

How i change to send for ALL CHANNELS ? (Dont send to virtual server)
It's possible ?

Thanks.
« Last Edit: May 05, 2012, 10:58:15 PM by tmalek »

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: Advertising - All Channels
« Reply #1 on: May 06, 2012, 08:11:07 AM »
How i change to send for ALL CHANNELS ? (Dont send to virtual server)
It's possible ?

The Teamspeak 3 design only allow sending chat messages to the current channel. On a server with 100 channels (example) the bot have to switch the channel 100 times to send a chat message to every channel.

To answer your question: No, it's not possible and it will never be. Just send the message to the server chat, that's why it exist. :-)

tmalek

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Advertising - All Channels
« Reply #2 on: May 07, 2012, 11:12:16 AM »
The Teamspeak 3 design only allow sending chat messages to the current channel. On a server with 100 channels (example) the bot have to switch the channel 100 times to send a chat message to every channel.

To answer your question: No, it's not possible and it will never be. Just send the message to the server chat, that's why it exist. :-)

The bot has some function to change room, send the message and proceed with the process?

Example:
I would like 5 in 5 minutes BOT was in every room to send message.

Is it possible?

EDIT:
Server chat is blocked on my TS3 Sever. (Users don't see, admins only.)
« Last Edit: May 07, 2012, 11:15:33 AM by tmalek »

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: Advertising - All Channels
« Reply #3 on: May 07, 2012, 06:57:47 PM »
Server chat is blocked on my TS3 Sever. (Users don't see, admins only.)

Everyone can read it, thats enough :-)

tmalek

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Advertising - All Channels
« Reply #4 on: May 08, 2012, 10:38:25 PM »
Only ServersAdmins can read and write in the chat server, for this precise reason that the bot send messages to all rooms, normal users can not read the chat server.

Waiting response :)

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: Advertising - All Channels
« Reply #5 on: May 09, 2012, 07:19:42 AM »
The Teamspeak 3 design only allow sending chat messages to the current channel. On a server with 100 channels (example) the bot have to switch the channel 100 times to send a chat message to every channel.

To answer your question: No, it's not possible and it will never be. Just send the message to the server chat, that's why it exist. :-)