mIRC Homepage
Posted By: mIRCusr Text in custom window - 14/08/03 10:38 AM
Hi

With ALINE and 'on TEXT' i'm copiing text from channel to custom window.

Sometimes the copied text is multi-colored. What i've to do to add one- or standard-colored copiied text to custom window?

I wanna copy my own text from channel to custom window. 'on TEXT' doesn't works on own text. What i've to do?
Posted By: MageOfChrisz Re: Text in custom window - 14/08/03 11:56 AM
I'm not sure about the colored text part.. but for getting your text, you have to use On *:INPUT:*: for it.

If you already have an input script (mirc only identifys one), then you add this line to the beginning:
Code:
aline @<your window> [ $+ $timestamp
$+ ] < $+ $me $+ > $1-


That SHOULD work, if you edit the <your window> part.
Posted By: sparta Re: Text in custom window - 14/08/03 12:15 PM
Or maybe write the text to a txt file on input, then make the script read the text file and send it to that @window.. i dont know if thats the best way, but that would be the way i had done it :tongue:
Posted By: theRat Re: Text in custom window - 14/08/03 01:03 PM
/help $strip
Posted By: mIRCusr Re: Text in custom window - 15/08/03 09:55 PM
Thank you all very much.

on INPUT works fine.
© mIRC Discussion Forums