mIRC Home    About    Download    Register    News    Help

Print Thread
#183622 21/08/07 10:56 AM
Joined: Dec 2005
Posts: 3
M
Self-satisified door
OP Offline
Self-satisified door
M
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
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Confirmed.


Mentality/Chris
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
confirmed. (I suppose breaking control codes would be the appropriate behavior)
Code:
on *:text:*:#: { noop $tip(test,(Test) Text on $chan,$1-,10,$null,$null,$null,$activewid) }

workaround: add a $chr(15) aka ctrl-o
Code:
on *:text:*:#: { noop $tip(test,(Test) Text on $chan,$1- $+ $chr(15),10,$null,$null,$null,$activewid) }


Joined: Dec 2002
Posts: 5,411
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,411
Thanks this has been fixed for the next version.

Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
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.

Code:
//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,411
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,411
Thanks this issue has been fixed for the next version.

Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
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.)

Code:
//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,411
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,411
Thanks this issue has been fixed for the next version.


Link Copied to Clipboard