summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_ignore.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_ignore.inc')
-rw-r--r--plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_ignore.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_ignore.inc b/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_ignore.inc
index 4dd83c4cee..9ddcde2759 100644
--- a/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_ignore.inc
+++ b/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_ignore.inc
@@ -38,11 +38,11 @@ const
IGNOREEVENT_YOUWEREADDED=6; // 0.3.3a+
{
- wParam : HCONTACT
+ wParam : MCONTACT
lParam : IGNOREEVENT_*
Affects: Determines if a message type to a contact should be ignored, see notes
Returns: 0 if the message type MUST be shown [non zero] if it MUST be ignored
- Notes : HCONTACT can be NULL(0) to see what to do with a contact
+ Notes : MCONTACT can be NULL(0) to see what to do with a contact
that isn't on the list (or is unknown in some way)
don't use the IGNOREEVENT_ALL type!
Version: v0.1.0.1+
@@ -50,7 +50,7 @@ const
MS_IGNORE_ISIGNORED = 'Ignore/IsIgnored';
{
- wParam : HCONTACT
+ wParam : MCONTACT
lParam : IGNOREEVENT_* constant
Affects: Ignore future messages from a contact, see notes
Returns: 0 on success, [nonzero] on failure
@@ -62,11 +62,11 @@ const
MS_IGNORE_IGNORE = 'Ignore/Ignore';
{
- wParam : HCONTACT
+ wParam : MCONTACT
lParam : IGNOREEVENT_*
Affects: Receive future messages from a contact -- of the given type, see notes
Returns: 0 on success, non zero on failure
- Notes : Use NULL(0) for HCONTACT to retrieve the setting for an unknown contact
+ Notes : Use NULL(0) for MCONTACT to retrieve the setting for an unknown contact
Version: v0.1.0.1+
}
MS_IGNORE_UNIGNORE = 'Ignore/Unignore';