quote:
Originally posted by fatfreechicken
OK, not sure if I should post this here but anyways:
When a message is received on OnEvent_ChatWndReceiveMessage, is it possible to remove all the custom emoticons contained in it?
The reason being, which also leads to my question about a possible bug is this:
I have a contact who has an emoticon pinned to #.
When they send me a message containing a colour code in the format:
#000000
the colour code succeeds in changing the text colour, however the emoticon appears, followed by what seems to be 6 spaces.
Not sure whether the 6 spaces thing could be a bug in Plus!, but I'm thinking if not then maybe by removing custom emoticons from the message before sending it to the window it will solve this.
The spaces appear because those color codes are special (actually non-printable) characters. eg: select the text containing those characters in your post here. You'll see that strange things will happen. Copy/paste the string to the edit box and try to remove some character from the string. Again you'll see things will be fux0red. That's the cause of those spaces. Not much can be done for it, it's just that those characters are printed while they are actually not printable (and thus even maybe will be replaced with spaces by WLM)....