mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2010
Posts: 8
L
ltwally Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Mar 2010
Posts: 8
I'd like to write a new script to change the color of successful DCC's in the status window.

But I don't even know where to begin. Google isn't being very helpful... anyone have a good reference for this sort of thing?

Thanks

Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
This is untested as I don't DCC get regularly, but it should work. Open your scripts editor (Alt + R) and paste this into the remote part. You can change the color by changing the 3 to a different value.
Code:
on ^1:FILERCVD:*: {
   echo 3 DDC Get of $filename from $nick complete. 
   haltdef
}


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net

Link Copied to Clipboard