mIRC Homepage
Posted By: Aryan Anyone Can Help me ? - 27/03/17 07:53 PM
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
Posted By: funfare Re: Anyone Can Help me ? - 27/03/17 08:36 PM
Code:
on *:TEXT:*:#sports: {
  /clipboard $1-
}
© mIRC Discussion Forums