From 71cfe74d3618c15feab24032c7d4cd71d77129af Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 7 Apr 2020 22:57:27 +0300 Subject: MSN: moved to deprecated, banned, removed support from plugins, etc --- plugins/ExternalAPI/delphi/m_ieview.inc | 2 +- plugins/ExternalAPI/delphi/m_smileyadd.inc | 6 +++--- plugins/ExternalAPI/m_smileyadd.h | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/delphi/m_ieview.inc b/plugins/ExternalAPI/delphi/m_ieview.inc index c0e203241c..23993ffe76 100644 --- a/plugins/ExternalAPI/delphi/m_ieview.inc +++ b/plugins/ExternalAPI/delphi/m_ieview.inc @@ -178,7 +178,7 @@ type // u can use your own protocol name. Smiley add will // automatically select the smileypack that is // defined for your protocol. Or, use "Standard" for - // standard smiley set. Or "ICQ", "MSN" if you + // standard smiley set. Or "ICQ" if you // prefer those icons. If not found or NULL: // "Standard" will be used xPosition : int; // Postition to place the selectwindow diff --git a/plugins/ExternalAPI/delphi/m_smileyadd.inc b/plugins/ExternalAPI/delphi/m_smileyadd.inc index 0cc064ea8f..0f54f3f989 100644 --- a/plugins/ExternalAPI/delphi/m_smileyadd.inc +++ b/plugins/ExternalAPI/delphi/m_smileyadd.inc @@ -36,7 +36,7 @@ type Protocolname :PAnsiChar; // protocol to use... if you have defined a // protocol, u can use your own protocol name. SmileyAdd will // automatically select the smileypack that is defined for your protocol. - // Or, use "Standard" for standard smiley set. Or "ICQ", "MSN" + // Or, use "Standard" for standard smiley set. Or "ICQ" // if you prefer those icons. // If not found or NULL, "Standard" will be used flags :uint; // Flags (SAFLRE_*) that define the behaivior @@ -60,7 +60,7 @@ type Protocolname : PAnsiChar; // protocol to use... if you have defined a protocol, // you can use your own protocol name. Smiley add will automatically // select the smileypack that is defined for your protocol. - // Or, use "Standard" for standard smiley set. Or "ICQ", "MSN" + // Or, use "Standard" for standard smiley set. Or "ICQ" // if you prefer those icons. // If not found or NULL: "Standard" will be used xPosition : int; // Postition to place the selectwindow @@ -120,7 +120,7 @@ type Protocolname:PAnsiChar; // protocol to use... if you have defined a protocol, u can // use your own protocol name. Smiley add wil automatically // select the smileypack that is defined for your protocol. - // Or, use "Standard" for standard smiley set. Or "ICQ", "MSN" + // Or, use "Standard" for standard smiley set. Or "ICQ" // if you prefer those icons. // If not found or NULL: "Standard" will be used str :TChar; // String to parse diff --git a/plugins/ExternalAPI/m_smileyadd.h b/plugins/ExternalAPI/m_smileyadd.h index f878cf8bf7..667ac2fea3 100644 --- a/plugins/ExternalAPI/m_smileyadd.h +++ b/plugins/ExternalAPI/m_smileyadd.h @@ -35,7 +35,7 @@ typedef struct const char* Protocolname; //protocol to use... if you have defined a protocol, u can //use your own protocol name. SmileyAdd will automatically //select the smileypack that is defined for your protocol. - //Or, use "Standard" for standard smiley set. Or "ICQ", "MSN" + //Or, use "Standard" for standard smiley set. Or "ICQ" //if you prefer those icons. //If not found or NULL, "Standard" will be used unsigned flags; //Flags (SAFLRE_*) that define the behaivior @@ -56,8 +56,8 @@ typedef struct char* Protocolname; //protocol to use... if you have defined a protocol, you can //use your own protocol name. Smiley add will automatically //select the smileypack that is defined for your protocol. - //Or, use "Standard" for standard smiley set. Or "ICQ", "MSN" - //if you prefer those icons. + //Or, use "Standard" for standard smiley set. Or "ICQ" + //if you prefer those icons. //If not found or NULL: "Standard" will be used int xPosition; //Postition to place the selectwindow int yPosition; // " @@ -120,7 +120,7 @@ typedef struct const char* Protocolname; //protocol to use... if you have defined a protocol, u can //use your own protocol name. Smiley add wil automatically //select the smileypack that is defined for your protocol. - //Or, use "Standard" for standard smiley set. Or "ICQ", "MSN" + //Or, use "Standard" for standard smiley set. Or "ICQ" //if you prefer those icons. //If not found or NULL: "Standard" will be used union { -- cgit v1.2.3