How can I ignore all JOINS, PARTS from all but a few channels?

12

7

On the freenode network I want to ignore ALL joins, parts EXCEPT in channels #foo and #bar.

What would be the syntax for this?

I tried:

/ignore -except #foo, #bar JOINS PARTS QUITS

I also tried to read the /help ignore but it's quite confusing. Also, would i just /save to keep it permanent?

meder omuraliev

Posted 2010-07-17T22:26:55.797

Reputation: 1 609

1

For the buggy version of qwebirc that is used on http://irc.lc/ , where clicking on the 3 stripes button at the upper left corner does not open its menu, I can tell that an user can type /options , then there the Options page becomes accessible, where there is a checkbox for Hide JOINS/PARTS/QUITS

– sergiol – 2016-12-01T08:10:03.200

The configuration is saved whenever you use /save or /quit. – user1686 – 2010-07-18T12:16:07.957

Answers

18

Try this one:

/ignore -except #foo,#bar * JOINS PARTS QUITS

I don't know if it mathers but don't place a space after the , and the internet shows me a * is needed.

Tamara Wijsman

Posted 2010-07-17T22:26:55.797

Reputation: 54 163

I can still see people leaving in other channels, even after /save and then /reload, hrm.. – meder omuraliev – 2010-07-18T05:56:54.830

6Ok, I did.. /ignore * JOINS PARTS QUITS and then /ignore -except #foo,#django,#css JOINS PARTS QUITS. Seems to work. – meder omuraliev – 2010-07-18T06:04:32.643

Ah, sounds like you have to ignore everything before you can except channels, well, nice that you got this working. Joins and parts are indeed annoying in very big channels, but they are very valuable in small rooms with your friends. :-) – Tamara Wijsman – 2010-07-18T10:56:19.023