mIRC Home    About    Download    Register    News    Help

Print Thread
#13595 28/02/03 04:50 PM
Joined: Feb 2003
Posts: 20
F
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Feb 2003
Posts: 20
If i wanted to have mirc write all links which are displayed in a channel to a text file how exactly would i do this?

on *:TEXT:http://*:#: {

dont know whats next.

#13596 28/02/03 04:55 PM
Joined: Feb 2003
Posts: 8
E
Ex3 Offline
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
E
Joined: Feb 2003
Posts: 8
You have it done automaticly by mIRC... check urls.ini inside your mIRC directory...

#13597 28/02/03 04:59 PM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
but if you want the code:

on *:TEXT:http*:#:{
write urls.txt $nick $+ : $1-
}



;Check for Life

if (%life == $null) {
goto getlife
}

Link Copied to Clipboard