Hide join part messages

From XKCD Wiki

Jump to: navigation, search

To reduce noise: (clients listed in ASCIIbetical order)

Contents

[edit] Chatzilla

Chatzilla automatically enables "Conference Mode" whenever a channel gets above 150 people. You can have it with less if you want by editing the "Conference Mode limit" under the Appearance tab. It can be set for single channels, networks, or globally.

[edit] Colloquy

Add the following to your style's CSS file and type "/reload style":

.event {
   display: none;
}

[edit] ircII, EPIC4/5, BitchX

/ignore #xkcd-signal joins,parts,crap
/ignore yourNick ^all
This isn't quite right, because the second command unignores your nick everywhere, instead of just on #xkcd-signal. EPIC4's /ignore command isn't that flexible, though.

[edit] Konversation

Settings -> Configure Konversation; in the left sidebar, Behavior -> Chat Window; Hide Join/Part/Nick

[edit] Pidgin/Gaim

Use the IRC Helper plugin

[edit] X-Chat (Windows, Linux)

To enable conference mode globally, type:

/set irc_conf_mode 1 
/cycle

The channel-specific option can be toggled via a checkbox in the channel's context menu (right-click on the channel name in the tab or sidebar):

Settings -> Hide Join/Part Messages

[edit] X-Chat Aqua

Click the down arrow next to the input box and select "Conference Mode"

[edit] ircII

/ignore * crap

[edit] irssi

/ignore #xkcd-signal MODES JOINS PARTS QUITS
/ignore -except -pattern yourNick #xkcd-signal

[edit] mIRC

View -> Options -> IRC -> Events button -> change joins, parts, quits, and nicks to what you need under "Hide"

To get rid of sound altogether on the most recent versions of mIRC: Tools -> Options -> Sounds -> Uncheck

Personal tools