Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Herman on February 25, 2017, 01:45:28 PM

Title: visitor gets @ when joining empty registrated room
Post by: Herman on February 25, 2017, 01:45:28 PM
Hello,

1 room from chatters on my server have this weird problem. When I join there registrated room with webchat, the services bot joines but I as chatter get @ and the bot gets nothing. When I do the same using ircclient its fine and bot gets & and I get nothing. Someone knowes what is wrong here?
I see 1 strange thing on join and thats this:

BigBrother zet modus +mntraobb-o BigBrother BigBrother *!*@d51a588f4.access.telenet.be -b!*@* TaTHaRTeST2 (BigBrother is servicesBot)

In other rooms it is like this:

ChatBotje zet modus +ntrao-o ChatBotje ChatBotje TaTHaRTeST2 (ChatBotje is servicesbot)

Best regards, Herman.
Title: Re: visitor gets @ when joining empty registrated room
Post by: genius3000 on February 26, 2017, 04:25:09 AM
Looks like a client issue (specifically the webchat). The modes are being set properly. To break it down:

Quote
BigBrother zet modus +mntraobb-o BigBrother BigBrother *!*@d51a588f4.access.telenet.be -b!*@* TaTHaRTeST2 (BigBrother is servicesBot)
Code: [Select]
+mntr can be ignored in this issue, leaving (continuously broken down)
Code: [Select]
+aobb-o BigBrother BigBrother *!*@d51a588f4.access.telenet.be -b!*@* TaTHaRTeST2
Code: [Select]
+ao BigBrother BigBrother
Code: [Select]
+bb *!*@d51a588f4.access.telenet.be -b!*@*
Code: [Select]
-o TaTHaRTeST2Perhaps the
Code: [Select]
+b -b!*@* is messing up the (webchat) client. Looks like someone went to remove all bans and instead placed a ban of
Code: [Select]
-b!*@*
Quote
In other rooms it is like this:
ChatBotje zet modus +ntrao-o ChatBotje ChatBotje TaTHaRTeST2 (ChatBotje is servicesbot)
Code: [Select]
+ao ChatBotje ChatBotje
Code: [Select]
-o TaTHaRTeST2
Title: Re: visitor gets @ when joining empty registrated room
Post by: Herman on February 26, 2017, 05:33:05 PM
Hello,

I now found out that the problem is server wide. So each regsitrated channel has this problem. I created a test channel so you can have a look.

https://place2chat.com/chatbox/chat.php?chan=leukebabbel

Best regards, Herman.