This question is in relation to using the welcome plugin with RO2. I've not tested this with other game types yet.
I have our plugin_welcome.xml set so that only admins, regulars and non-registered people get messaged when they arrive :-
<!-- displayed to admins and regs -->
<set name="user">Welcome back $name ^7[^3@$id^7], you're a ^2$group^7, played $connections times</set>
<!-- displayed to users who have not yet registered -->
<set name="newb">Welcome back $name ^7[^3@$id^7]. Please !register in chat to register. Type !help for help</set>
<!-- displayed to everyone when a player with less than 15 connections joins -->
<set name="announce_user"></set>
<!-- displayed to a user on his first connection -->
<set name="first"></set>
<!-- displayed to everyone when a player joins for the first time -->
<set name="announce_first"></set>
With these settings I would expect only admins, regulars and non-registered people to receive a welcome, yet I can see in the chat logs that normal guests are receiving the "user" welcome message :-
b3: (b3): Welcome back Cannonfodder [@2739], you're a Guest, played 6 times
I'm assuming the "user" class is as per the comment i.e. "displayed to admins and regs" and I'm assuming "regs" means regulars? If I'm correct, then why are guests receiving the welcomes?
Cheers
RO2 logs -->
http://pastebin.com/PEvTs5sZPlease note that 82ndAB.Bravo17 is also looking into another problem with the welcome plugin that I've logged here
http://forum.bigbrotherbot.net/red-orchestra-2/log-error-(warning'todo-handle)/ and they may be related.