Difference between revisions of "Disable JOIN and PART Messages"

From Rizon Wiki
Jump to navigation Jump to search
m (Undo revision 2223 by Iota.spencer (talk))
(put them in alphabetical order, added Textual client)
Line 1: Line 1:
==BitchX/EPIC==
<code>/ignore <em>#channel</em> * CRAP</code>
==Irssi==
<code>/ignore -channels <em>#channel</em> * JOINS PARTS QUITS NICKS</code>
==mIRC==
==mIRC==
Tools -> Options -> pick "IRC". Click the "Events..." button. Change the "joins", "parts", "quits", and "nicks" to your desired settings: "In Status" or "Hide" are good options.
Tools Options pick "IRC". Click the "Events..." button. Change the "joins", "parts", "quits", and "nicks" to your desired settings: "In Status" or "Hide" are good options.
==Snak==
Snak → Preferences → Channel, and uncheck "Parts" and "Joins".
==Textual==
'''''To disable on all channels:''''' Press <code>⌘+,</code> → Style → uncheck "Show general event messages".
 
'''''To disable on a specific channel:''''' Press <code>⌘+i</code> → check "Disable general event messages".
==XChat==
==XChat==
To hide parts and joins on all channels, you can use <code>/set irc_conf_mode 1</code>.
To hide parts and joins on all channels, you can use <code>/set irc_conf_mode 1</code>.


To hide parts and joins for a specific channel, you can right click the channel in your channel tree/tab, click Settings, then click Hide Join/Part Messages
To hide parts and joins for a specific channel, you can right click the channel in your channel tree/tab, click Settings, then click Hide Join/Part Messages
==Snak==
Snak -> Preferences -> Channel, and uncheck "Parts" and "Joins".
==Irssi==
<code>/ignore -channels <em>#channel</em> * JOINS PARTS QUITS NICKS</code>
==BitchX/EPIC==
<code>/ignore <em>#channel</em> * CRAP</code>

Revision as of 23:37, 3 December 2015

BitchX/EPIC

/ignore #channel * CRAP

Irssi

/ignore -channels #channel * JOINS PARTS QUITS NICKS

mIRC

Tools → Options → pick "IRC". Click the "Events..." button. Change the "joins", "parts", "quits", and "nicks" to your desired settings: "In Status" or "Hide" are good options.

Snak

Snak → Preferences → Channel, and uncheck "Parts" and "Joins".

Textual

To disable on all channels: Press ⌘+, → Style → uncheck "Show general event messages".

To disable on a specific channel: Press ⌘+i → check "Disable general event messages".

XChat

To hide parts and joins on all channels, you can use /set irc_conf_mode 1.

To hide parts and joins for a specific channel, you can right click the channel in your channel tree/tab, click Settings, then click Hide Join/Part Messages