mIRC Home    About    Download    Register    News    Help

Print Thread
Z
zac
zac
Z
When pasting a set of commands (multiple-lined), it'd be nice if mIRC could execute them.

For instance, if I was to paste:
/msg dog hi!
//msg $me hi!
/echo -a lala

It'd perform all of the above as if I typed them all individually (since they start with a /).

Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
Assuming you are using ctrl+v to paste:
As far as mIRC is concerned you have typed these lines and pressed control+enter at the end of each one (since each one ends in a return and you are holding down control). A simple workaround for this is to use shift+insert when you want pasted text to be evaluated.

Personally I like it the way it is...

P
ppslim
ppslim
P
The way it is is far better, with social engineering, and the $decode bugs flying about, it stops a lot of it.

Since to most peole CTRL+V is paste, it makes sence to leave it, and as noted, the SHIFT+V is allways there for people like you that require evaluation.

Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
You might try putting them on one line...

Code:
//msg dog hi! | //msg $me hi! | //echo -a lala


I am not sure to if the second and third statement need double /'s but it has worked for me. I do however know the double /'s are needed for the first statement.


Link Copied to Clipboard