The kick action in our current -2.7 is always kicking the wrong users...
If we choose to kick user A, user B gets kicked. (some even if they're not online in that...)
I have no clue till now how user A and user B are related.
ATM for us, kick and ban are never working correct. Going to investigate this soon.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | chatroom.diff | 1.85 KB | VladRM |
Comments
Comment #1
Anonymous (not verified) commentedany progress? can you give me more details of how to reproduce this bug?
Comment #2
VladRM commentedHi Miro and Justin,
I had the same issue and traced the bug to the regular expressions in the chatroom_chat_ajax_user_kick() and chatroom_chat_ajax_user_ban() functions.
I attached a .diff file containing the minor changes I made to the code.
Thank you Darren and Justin for this great module.
Comment #3
Anonymous (not verified) commentednice catch! computers are such finnicky things aren't they? will apply this patch shortly, thanks for the work.
Comment #4
Anonymous (not verified) commentedok, i've committed, closing issue. will roll a new release soon.