mIRC Home    About    Download    Register    News    Help

Print Thread
#148878 11/05/06 01:25 PM
Joined: Dec 2005
Posts: 54
B
Bundy Offline OP
Babel fish
OP Offline
Babel fish
B
Joined: Dec 2005
Posts: 54
Whats the simplest way to do the following...

I want to type /perform in a users dcc window. That command triggers a set of rules and paste it in the users dcc window (500ms time laps between each rule to prevent flooding).

#148879 11/05/06 02:48 PM
Joined: Dec 2004
Posts: 66
B
Babel fish
Offline
Babel fish
B
Joined: Dec 2004
Posts: 66
See: /help /play
I don't use dcc but seems it should work in those windows too.

#148880 11/05/06 04:32 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
DCC is direct computer to computer, no server to flood off from.
Basicly there is no throttle in a DCC window.

you can try
//play $+(=,$nick) file.txt 0

as an alias i dont think you can do this

in a remote try
menu query {
Play to DCC:play $+(=,$nick) file.txt 0
}

However this will error if you try to use it in a query window

#148881 12/05/06 05:42 AM
Joined: Dec 2005
Posts: 54
B
Bundy Offline OP
Babel fish
OP Offline
Babel fish
B
Joined: Dec 2005
Posts: 54
Thank you so much... The remote is working just fine :P

Kind Regards! grin grin grin grin


Link Copied to Clipboard