will making a SCRIPT accomplish this procedure? prevent user from writing to my specified readonly channel?How about adding <option> to make channel READ-ONLY?
- Players can't send message in this channel, only read message.
This will be useful for script, GM etc. announcements.
![]()
@channel setopt <channelname> MessageDelay <seconds 1 -10>Is there a way to put delay on channel chat?
Does the delay removes when server is restarted?@channel setopt <channelname> MessageDelay <seconds 1 -10>Is there a way to put delay on channel chat?
Is there a way to set the delay on using #map permanently??it makes use of the existent config on chat delayif (battle_config.min_chat_delay) { if (DIFF_TICK(sd->cantalk_tick, gettick()) > 0) { return; } sd->cantalk_tick = gettick() + battle_config.min_chat_delay; }as for your other suggestion im not sure the benefits, can you elaborate o-o?Suggest no. 2: Can you add also a time interval on every messages to preventing spamming?
Am I the only one who thinks, discord integration would be awesome since this exist already?![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.