mIRC Home    About    Download    Register    News    Help

Print Thread
#183622 21/08/07 10:56 AM
M
mickael9
mickael9
M
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.
#183624 21/08/07 11:03 AM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
Confirmed.

Joined: Nov 2006
Posts: 1,552
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,552
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) }


#183631 21/08/07 11:30 AM
Joined: Dec 2002
Posts: 3,841
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,841
Thanks this has been fixed for the next version.

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


Joined: Dec 2002
Posts: 3,841
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,841
Thanks this issue has been fixed for the next version.

#202673 27/07/08 09:58 PM
Joined: Nov 2004
Posts: 822
J
Hoopy frood
Offline
Hoopy frood
J
Joined: Nov 2004
Posts: 822
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.


Joined: Dec 2002
Posts: 3,841
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,841
Thanks this issue has been fixed for the next version.


Link Copied to Clipboard