Thanks to Fred, a bug with MSNP12 when moving/adding a user to groups using the properties window.. open properties window, you see "groups" click on change, and unselect the current group and select another one... press ok.. the user gets deleted... if you look at the protocol log, it seems the ADC gets an error 403.. the REM (delete user from group) shouldn't be done if the ADC (add user to group) failed!!! the reason is because you have : ADC C=<huge string identifying the contact> <huge string identifying the target group>
but when done using properties window, it's :
ADC C=<huge string identifying the contact> <one integer identifying the target group>

I might be wrong, but I think we send the MSNP9 group ID, not the MSNP12 group ID..

KKRT


On Sat, 15 Apr 2006 15:14:34 -0400, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote:


Fixed in CVS, wait for the tarball to sync

On Sat, 15 Apr 2006, Salatiel Filho wrote:

getting this.

-- missing close-bracket
    while compiling
"expr {6-[string length [set colorval_$email]}"
    while compiling
"string repeat 0 [expr {6-[string length [set colorval_$email]}]"
    while compiling
"set colorval_$email "#[string repeat 0 [expr {6-[string length [set
colorval_$email]}]]][set colorval_$email]""
    ("if" then script line 5)
    while compiling
"if { [set colorval_$email] != "" } {
            if { [string index [set colorval_$email] 0] == "#" } {
                set colorval_$email [string range [set colorval_$em..."
    (compiling body of proc "::abookGui::showUserProperties", line 87)
    invoked from within
"::abookGui::showUserProperties [EMAIL PROTECTED]"
    invoked from within
".user_menu invoke active"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list $w invoke active]"
    (procedure "tk::MenuInvoke" line 50)
    invoked from within
"tk::MenuInvoke .user_menu 1"
    (command bound to event)

[]'s
Salatiel

"O maior prazer do inteligente é bancar o  idiota
   diante de um  idiota que banca o inteligente".



---

"Where is the life that we have lost in living?
 Where is the wisdom that we have lost in knowledge?
 Where is the knowledge that we have lost in information?"

OEO;



--
KaKaRoTo


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to