Hello Phil.
I didn't use NickArray because i said "it is only work for connected
people", so i created a new event... but i saw that there is maybe a little
wrong thing.
Check this diff. With this diff also offline contacts can be used by
NickArray event.
Is this diff correct? With this diff if i use NickArray all contact are
parsed, without this only connected contact.
You can also check with amsnplus.

About psm you said:
"For PSMs it could be done in the same way that it is actually done for
nicknames..."

... is there already an event for this? i don't see it :-S

About font: i'll wait :)

Sorry i forgot to set the file as public, the link it is the same:
http://in.solit.us/archives/download/15885

Thanks
Square87
Index: guicontactlist.tcl
===================================================================
--- guicontactlist.tcl  (revision 8233)
+++ guicontactlist.tcl  (working copy)
@@ -2182,11 +2217,10 @@
                foreach user $userList {
                        set usernick [::abook::getDisplayNick $user 1]
                        set nicknameArray($user) [::smiley::parseMessageToList 
$usernick 1]
+                       set evpar(array) nicknameArray
+                       set evpar(login) $user
+                       ::plugins::PostEvent NickArray evpar
                }
-
-               set evpar(array) nicknameArray
-               set evpar(login) ""
-               ::plugins::PostEvent NickArray evpar
        }
 
        proc switch_alarm { email canvas alarm_image } {
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to