|
Joined: Dec 2005
Posts: 3
Self-satisified door
|
OP
Self-satisified door
Joined: Dec 2005
Posts: 3 |
Hi, when a colored message is received and a tip is shown, the color continues to apply on the next line. Example : 
Last edited by mickael9; 21/08/07 11:08 AM.
Sorry for my poor english =)
|
|
|
|
Joined: Jun 2003
Posts: 5,024
Hoopy frood
|
Hoopy frood
Joined: Jun 2003
Posts: 5,024 |
Mentality/Chris
|
|
|
|
Joined: Nov 2006
Posts: 1,559
Hoopy frood
|
Hoopy frood
Joined: Nov 2006
Posts: 1,559 |
confirmed. (I suppose breaking control codes would be the appropriate behavior) on *:text:*:#: { noop $tip(test,(Test) Text on $chan,$1-,10,$null,$null,$null,$activewid) } workaround: add a $chr(15) aka ctrl-o on *:text:*:#: { noop $tip(test,(Test) Text on $chan,$1- $+ $chr(15),10,$null,$null,$null,$activewid) }
|
|
|
|
Joined: Dec 2002
Posts: 5,368
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 5,368 |
Thanks this has been fixed for the next version.
|
|
|
|
Joined: Nov 2004
Posts: 842
Hoopy frood
|
Hoopy frood
Joined: Nov 2004
Posts: 842 |
Sorry for dragging up an old thread, but the same problem applies if you specify color in the title.
//noop $tip($ctime,$chr(3) $+ 4Longer title $+ $chr(15) $+ :,Short message.,10)

What do you do at the end of the world? Are you busy? Will you save us?
|
|
|
|
Joined: Dec 2002
Posts: 5,368
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 5,368 |
Thanks this issue has been fixed for the next version.
|
|
|
|
Joined: Nov 2004
Posts: 842
Hoopy frood
|
Hoopy frood
Joined: Nov 2004
Posts: 842 |
I think there's another bug with tip, I don't think this has been reported before. (I couldn't really search because it was being squinky. "No results found.") Anyway, I noticed this while while playing around. (I'm using gibberish because it seemed an easier example.)
//noop $tip($+($cid,.,$ctime),Note:,djdifdhd $+ $+($chr(2),$chr(3),4) $+ kdhisurnsklakhxcxxxaaaccccsdfsdddfkdhaitrmgb $+ $chr(15) $+ vdksnak $+ $+($chr(2),$chr(3),4) $+ fhgkisakbgjska $+ $chr(15) $+ lolangydijanskf,60)
I typed this three times and got the result below.
What do you do at the end of the world? Are you busy? Will you save us?
|
|
|
|
Joined: Dec 2002
Posts: 5,368
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 5,368 |
Thanks this issue has been fixed for the next version.
|
|
|
|
|