mIRC Home    About    Download    Register    News    Help

Print Thread
#21964 02/05/03 01:31 PM
Joined: Dec 2002
Posts: 15
Pikka bird
OP Offline
Pikka bird
Joined: Dec 2002
Posts: 15
When I press the UP arrow in a channel window for example, mIRC fills the edit box with lines I entered previously. I think it keeps a buffer of 10 lines.

A- Is there any way to enlarge this buffer?
B- Is there an identifier that returns the Nth line in this buffer?

NOTE: ... I mean, without using log files.

#21965 02/05/03 03:20 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
I counted buffer of 30 lines, and that should be enough...

No identifier, but it's scriptable...


Code:
//if ( khaled isgod ) echo yes | else echo no
#21966 02/05/03 10:44 PM
Joined: Dec 2002
Posts: 15
Pikka bird
OP Offline
Pikka bird
Joined: Dec 2002
Posts: 15
I could script it for custom windows storing lines in a hash table or something and using on keydown to trigger the script when the up arrow is pressed (don't know tho if original mIRC up arrow function can be halted) but on keydown doesn't work in channel windows. Any suggestions?


Link Copied to Clipboard