mIRC Homepage
Posted By: SalCro Delete a line - 05/11/05 08:48 PM
Hi,
I have a quote system, when i add a quote he writes a quote in quote.txt

now i was wondering if i cound delete one of those lines ...
is there a command to delete ?
Posted By: nycdiesel Re: Delete a line - 05/11/05 09:33 PM
Code:
/write -dl[N] file
eg; /write -dl1 quotes.txt
The above deletes the first line in the file quotes.txt


More information can be obtained by typing /help /write in mIRC.
Posted By: Darwin_Koala Re: Delete a line - 05/11/05 11:35 PM
Quote:
Hi,
I have a quote system, when i add a quote he writes a quote in quote.txt

now i was wondering if i cound delete one of those lines ...
is there a command to delete ?


As well as the "/write" command; if you delete infrequently (or don't want to have to go thorugh the hassle of searching for the line, you could use "notepad" :-)

Cheers,

DK
Posted By: SalCro Re: Delete a line - 06/11/05 02:44 PM
Thx for your help i used write and it works smile thx both of u
Posted By: SalCro Re: Delete a line - 06/11/05 02:56 PM
i have one more problem

on *:TEXT:test:#gameaddict: me slaps $nick

that doesn't work ????
Posted By: nycdiesel Re: Delete a line - 06/11/05 04:05 PM
Code:
ON *:TEXT:test:#gameaddict:describe # slaps $nick
© mIRC Discussion Forums