Irssi IRC client: ignore text pattern in channel

4

2

How do I ignore only lines containing the exact phrase "This is text" in a channel?

should I do:

/ignore -word this is text

?

labrat101

Posted 2013-08-17T22:48:30.670

Reputation: 41

Answers

3

/ignore -regexp -pattern "This is text" *

Orwellophile

Posted 2013-08-17T22:48:30.670

Reputation: 451

1This almost correct, but just a comment, if you want to ignore things just on one channel, use */ignore -regexp -pattern "this is text" #channel* – Jasmo – 2015-05-20T11:37:52.337