Author Topic: WelcomeMessages Add ignore groups  (Read 10691 times)

Dasoren

  • Newbie
  • *
  • Posts: 2
    • View Profile
WelcomeMessages Add ignore groups
« on: February 22, 2012, 08:51:34 PM »
Could you add in a way that I can set some groups to not get any Welcomemessages at all? my friend tried to last night for about 3hr and almost got it working, but when it did work it made the server not work right, lol. anyway could you add this in? Thanks.

welcomemessage_ignore_mode = ignore/disabled
welcomemessage_groups_mode_list = 123,234,345

some thing like that, thanks.

-Dasoren

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: WelcomeMessages Add ignore groups
« Reply #1 on: February 23, 2012, 06:33:39 AM »
You can already select which groups should get the welcome message, is that not working for you?

Dasoren

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: WelcomeMessages Add ignore groups
« Reply #2 on: February 23, 2012, 06:15:15 PM »
-------------------------------------------------------------------------------------------------------------------------------------------------
# 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

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: WelcomeMessages Add ignore groups
« Reply #3 on: February 24, 2012, 09:19:06 PM »
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.

You are right, that is not possible. Not sure if I can implement this in the next time, but I keep it on my ToDo list, thanks for your suggestion.