mIRC Home    About    Download    Register    News    Help

Print Thread
#89249 05/07/04 04:06 AM
Joined: Oct 2003
Posts: 11
C
Pikka bird
OP Offline
Pikka bird
C
Joined: Oct 2003
Posts: 11
hi.. how do i cange the stuff that i see in status window ..i want to see them in the active chat window .. example.... DCC Send See Jayne Run 08 of 16.mp3 complete (01:20:54 2.12 KB/Sec)
thank you

#89250 05/07/04 04:42 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Basically, this script will redirect the messages to the active window:
  • On *:filesent:*: echo -etgai DCC Send of $nopath($filename) to $nick complete ( $+ $duration($send(-1).secs,3) $+ ) | halt
    On *:sendfail:*: echo -etgai DCC Send of $nopath($filename) to $nick incomplete ( $+ $duration($send(-1).secs,3) $+ ) | halt
    On *:filercvd:*: echo -etgai DCC get of $nopath($filename) from $nick complete ( $+ $duration($get(-1).secs,3) $+ ) | haltdef
    On *:getfail:*: echo -etgai DCC get of $nopath($filename) from $nick incomplete ( $+ $duration($get(-1).secs,3) $+ ) | halt
(The code above goes to the Script Editor - Alt+R)

If you want to add more details to the message, check the help file under /help /echo and /help $send or post a reply.


Link Copied to Clipboard