mIRC Home    About    Download    Register    News    Help

Print Thread
#260302 27/03/17 07:53 PM
A
Aryan
Aryan
A
hi guys just need a small script on which i want every new text line to be auto copied to clipboard, like if the channel name is #sports, then what should be the script, anyone?reply

#260303 27/03/17 08:36 PM
Joined: Nov 2013
Posts: 22
F
Ameglian cow
Offline
Ameglian cow
F
Joined: Nov 2013
Posts: 22
Code:
on *:TEXT:*:#sports: {
  /clipboard $1-
}


Link Copied to Clipboard