Hi, this is probably a pretty dumb question and im good with most mirc scripting but im just learning read/write and i have made a !setjoin script but for !deljoin.
Baiscally i need it to delete the users join message its probs somethin like

Code:
on *:text:!deljoin*:#: write -dl(dunno)


I think thats correct way to delete a line but how can i make it so it deletes the line i want, i could do it like -dl2 or something but that woudnt be very good if i had 50 join messages in there, it would just delete line 2 every time.

Sorry if im bad at explaining but hope someone can help smile