Channel

rainbem

New member
Messages
10
Points
0
Github
rainbem
Good day,

I know channel in hercules is a really good features in server side, but i wanted to disable it, can anyone show me how to do it? thanks
default_smile.png


 
open  /conf/channels.conf and // on those channel to disable

Code:
chsys: (
{
    /* Default Channels (available on boot) */
    default_channels: {
        /* channel_name : channel_messages_color */
        //main: "Orange" /* Available as #main */
        //support: "Blue" /* Available as #support */
        //trade: "Red" /* Available as #trade */
        //offtopic: "Cyan" /* Available as #offtopic */
        /* You may add as many channels as you like */
    }
    /* Colors Available */
 
 
Last edited by a moderator:
Back
Top