Author: PCJ
Version: 1.0
Compatibility : MSN Messenger 6.2 and up
Usage :
$dll(msn,1,x,)
where x is a number :
1 ? Display your msn username
2 ? Your sign in address
3 ? The number of unread mails in your Inbox
4 ? Return your current status
5 ? Total users in your contact list
6 ? Gives you the Service ID (Useless)
7 ? Service name (e.g. .NET passport)
$dll(msn,2,,)
This function sends to your LCD various events from msn messenger when:
-You start/receive or close an IM window
-A group has been added to your contact list
-You change your status
-You are sign in or out
-You receive a new mail in your Inbox
-Someone in your contact list or you change the username
-You block or unblock a contact
-You close MSN messenger
-Someone in your contact list has changed his/her status
$dll(msn,20,,)
Display informations about the plugin.
Here is my custom display (4x20):
Code: Select all
Line 1:$dll(msn.dll,1,1,)
Line 2:Unread mails: $dll(msn.dll,1,3,)
Line 3:My Status:$dll(msn.dll,1,4,)
Line 4:$dll(msn.dll,2,,)
-Display the current users online
-Display the total blocked contacts
-Display how many mails you have outside your Inbox
-Show who has logged in or out
Feel free to post plugin bugs or suggestions or feedbacks.