mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 46
Z
zac Offline OP
Ameglian cow
OP Offline
Ameglian cow
Z
Joined: Dec 2002
Posts: 46
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,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
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...

Joined: Dec 2002
Posts: 44
P
Ameglian cow
Offline
Ameglian cow
P
Joined: Dec 2002
Posts: 44
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.


Suck it, lick it, milk it then put it away.
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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.


-KingTomato

Link Copied to Clipboard