Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tmalek

#1
UP ...  :-\
#2
Hello,

My idea is to create a new function, like the servergroupnotifymessages, most would be when a certain ServerGroup enters into a channel.

Example:

The servergroup 1 enters the support channel and servergroup 2 receives a notification about it.

Thanks  ;D
#3
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 :)
#4
Quote from: Stefan1200 on May 06, 2012, 08:11:07 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.)
#5
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.