-------------------------------------------------------------------------------------------------------------------------------------------------
# Enable default welcome message, 0 = disable, 1 = enable
# This welcome message, if enabled, will be used for all other groups than specified for welcomemessage_groups.
# If welcomemessage_enable is disabled, then this will be used for all clients in all groups.
default_welcomemessage_enable = 1
# Select the message mode, how the client should get the message.
# poke or chat are valid values!
default_welcomemessage_message_mode = chat
# You can set another welcome message for specified server groups, 0 = disable, 1 = enable
welcomemessage_enable = 1
# A comma seperated list (without spaces) of server group ids, which should get this welcome message.
welcomemessage_groups = 8
# Select the message mode, how the client should get the message.
# poke or chat are valid values!
welcomemessage_message_mode = poke
# Path to file which contains the welcome messages.
welcomemessage_file = config/welcomemessages.cfg
------------------------------------------------------------------------------------------------------------------------
That is my set up right now, and as it, all clients will get the main welcome message, and New(8 ) client will get the other welcome message, want I would like to do is,
All Clients get :: WelcomeMessage_1
New(8 ) Clients get :: WelcomeMessage_2
Groups list on WelcomeMessage_ignore get :: No WelcomeMessage
Unless I am not understanding what you set up, that is want I would like to do.
-Dasoren
# Enable default welcome message, 0 = disable, 1 = enable
# This welcome message, if enabled, will be used for all other groups than specified for welcomemessage_groups.
# If welcomemessage_enable is disabled, then this will be used for all clients in all groups.
default_welcomemessage_enable = 1
# Select the message mode, how the client should get the message.
# poke or chat are valid values!
default_welcomemessage_message_mode = chat
# You can set another welcome message for specified server groups, 0 = disable, 1 = enable
welcomemessage_enable = 1
# A comma seperated list (without spaces) of server group ids, which should get this welcome message.
welcomemessage_groups = 8
# Select the message mode, how the client should get the message.
# poke or chat are valid values!
welcomemessage_message_mode = poke
# Path to file which contains the welcome messages.
welcomemessage_file = config/welcomemessages.cfg
------------------------------------------------------------------------------------------------------------------------
That is my set up right now, and as it, all clients will get the main welcome message, and New(8 ) client will get the other welcome message, want I would like to do is,
All Clients get :: WelcomeMessage_1
New(8 ) Clients get :: WelcomeMessage_2
Groups list on WelcomeMessage_ignore get :: No WelcomeMessage
Unless I am not understanding what you set up, that is want I would like to do.
-Dasoren