I'm new to irssi and I couldn't figure out one feature (or task).

I know I can use Page+Up/Down to scroll back and forth on the chat history. I also know I can use /lastlog to dump the whole chat history to console.

However, I don't know how to dump the chat history and grep certain pattern. For example, if I want to review conversation with someone named, user-a. My intuitive way is "grep user-a " so it will output all history in that window contain user-a.

Is there such a feature in irssi or irc in general?

link|improve this question

1  
there's no need to sign your posts; you're identified in the bottom-right corner of every post you make. Cheers! – squircle Feb 2 '11 at 20:11
feedback

1 Answer

up vote 1 down vote accepted

There is no such thing in "IRC in general"; IRC is just a protocol for exchanging messages. It does not have logging of any kind.

In irssi, though, you can do /lastlog user-a to search for that word.

If you want regexp search, there's /last -regexp too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.