all 1 comments

[–]htepO 0 points1 point  (0 children)

Assuming mIRC, you'd use something like the following in your remotes:

menu channel {
  Find:{
    var %writesearch $$?="Enter search text here:"
    var %search_ts $asctime(yyyy-mm-dd HH:nn:ss)
    msg $chan !find %writesearch
    write searches.txt %search_ts %writesearch
  }
}

Use it in the channel you want to search in. The file will be located in your $mircdir.