Introducing Hercules Channel System

IRC minifier 
default_tongue.png


Good work Ind

 
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.

default_biggrin.png
will making a SCRIPT accomplish this procedure? prevent user from writing to my specified readonly channel? 

 
Is it possible to have an @ command work with channel names as opposed to using the PM box or '@channel bindto' commmand?

Example:

@channel1 Hello everyone!

[#channel1] Player: Hello Everyone!

@channel2 Beautiful Day

[#channel2] Player: Beautiful Day

I want to know before I even try xD

 
An option to Turn all Channel Off or On is  a MUST.  There are times server community gets uncontrolled especially after WoE  (TrashTalks and Provokes in the channel and you will ban all of them 1 by 1.  If we can just set a moment of silence by turning off all channel  or much much better a specific channel in times like this.
default_biggrin.png


When user send message they get a notice "Channel System is currently offline, please try later." like that is maybe a good idea.

 
Last edited by a moderator:
Does the delay removes when server is restarted?

If it doesnt is there a permanent delay?

Is there a way to put delay on channel chat?
@channel setopt <channelname> MessageDelay <seconds 1 -10>
Does the delay removes when server is restarted?

If it doesnt is there a permanent delay?

Suggest no. 2: Can you add also a time interval on every messages to preventing spamming?
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?
Is there a way to set the delay on using #map permanently??

 
Last edited by a moderator:
Am I the only one who thinks, discord integration would be awesome since this exist already? :D

 
Am I the only one who thinks, discord integration would be awesome since this exist already? :D


I think someone made it already here in the forum as addon/plugin or is it in rathena?

 
Back
Top