[Help] Intercept Emoticons on receive |
Author: |
Message: |
ramik
Junior Member
Posts: 34
– / / –
Joined: Nov 2003
|
O.P. [Help] Intercept Emoticons on receive
I have the idea of making a new plugin that when it receives a message check if it contains specific emoticons that are annoying (such as those that replace normal characters), and send only the pure text-only character.
i debugged with OnEvent_ChatWndReceiveMessage, and the message is only a simple message with the textcode of the emoticon, is there a way to check better for emoticons?
|
|
06-28-2006 11:55 AM |
|
|
Mr. Bougo
Junior Member
Posts: 51
34 / / –
Joined: Jun 2006
|
RE: [Help] Intercept Emoticons on receive
Hum, most people use #something# or ::something:: or :something or (something) for their emoticons, but some other people (really annoying people) set emoticons for "lol" "hi" or a, b, c, d, e etc... u.u
So you can try with a regexp to find those # and ::'s and filter them
This post was edited on 06-28-2006 at 02:59 PM by Mr. Bougo.
|
|
06-28-2006 12:21 PM |
|
|
ramik
Junior Member
Posts: 34
– / / –
Joined: Nov 2003
|
O.P. RE: [Help] Intercept Emoticons on receive
ok for the ones with some special chars, but i want to filter the most stupid ones, changing hi or a b c ...
|
|
06-28-2006 12:48 PM |
|
|
Mr. Bougo
Junior Member
Posts: 51
34 / / –
Joined: Jun 2006
|
RE: [Help] Intercept Emoticons on receive
Hem, i don't think it's possible... But i can be wrong, heh, let's wait for the next answer to this thread
|
|
06-28-2006 02:59 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: [Help] Intercept Emoticons on receive
You'd have to filter them on a case-by-case basis.
|
|
06-28-2006 03:40 PM |
|
|
upsfeup
Junior Member
Posts: 67
Joined: Feb 2005
|
RE: [Help] Intercept Emoticons on receive
The problem is that the script engine don't have access to the smilyes.. it only shows the text!
|
|
06-28-2006 03:44 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: [Help] Intercept Emoticons on receive
Then you'll need something more powerful and low-level than scripts.
|
|
06-28-2006 03:51 PM |
|
|
ramik
Junior Member
Posts: 34
– / / –
Joined: Nov 2003
|
O.P. RE: [Help] Intercept Emoticons on receive
@RaceProUK:
Do you mean with DLL's or even lower-level ?
|
|
06-28-2006 03:55 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: [Help] Intercept Emoticons on receive
It'd have to be a DLL, as otherwise you can't get the code injected into Messenger.
Edit: In a DLL you can go all the way to assembler, and you can't really get much more low level than that.
This post was edited on 06-29-2006 at 12:01 AM by RaceProUK.
|
|
06-29-2006 12:00 AM |
|
|
mathieumg
Full Member
Posts: 181 Reputation: 2
35 / /
Joined: May 2004
|
RE: RE: [Help] Intercept Emoticons on receive
quote: Originally posted by RaceProUK
and you can't really get much more low level than that.
binary?
Official MessengerPlus! Live French Translator
Official StuffPlug 3 French Translator
|
|
06-29-2006 03:44 AM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|