Notify Module for D2Hackit

This module sends icq pager/email pager and emails within the game.
In future I will support also sms sending via gnokii
This module spawn thread dispatching messages so when you send a message
your d2 is not blocked.
When loading first time the module, d2 gets minimized, this is due
IWebBrowser2 interface init (IE Web browser interface used to send icq pager)

Put your default data into ini file.

Usage:
Note for params with spaces quote all the text with "
To use windows mapi you need to configure your outlook
and uncheck the option that notifies if other apps are using
outlook api to send emails (security settings)

.notify icq uin subject message
Sends a pager to uin with the message. If uin is 0 (zero)
the message is sent to uin configured in ini file

.notify icqsmpt uin subject message
Same of above except the message is sent via email

.notify email recipient subject message
Sends a mail using windows mapi to recipient with subject
and message body

.notify reload
Reloads ini file

-sherpya
