Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7698
  • 博文数量: 1
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 17
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-23 11:50
文章分类

全部博文(1)

文章存档

2015年(1)

我的朋友
最近访客

分类: LINUX

2015-10-13 10:40:15

Hide join part messages

To reduce noise: (clients listed in ASCIIbetical order)

Contents

 [hide

[edit]Adium

Choose Display → Show Join/Leave Messages. Unchecking "Show/Join Leave Messages" will hide them.

[edit]AndroIRC

Settings → Settings, Unchecking "Show join, leave and quit messages"

[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

Option-Click the Customize button in Appearance Preferences.
Add the following to your style's CSS file and type "/reload style":

.event {
   display: none;
}

See Colloquy FAQ: Does colloquy have a way to ignore/hide parts, nicks, etc in a busy room?

[edit]ERC

This is one of the IRC clients inside Emacs (the other being RCIRC), see ERC for more.

Put this in your ~/.emacs:

(setq erc-hide-list '("JOIN" "PART" "QUIT"))

[edit]freenode webchat

See #qwebirc.

[edit]HexChat

For all channels:

Settings → Preferences → General → Check "Hide join and part messages"

For a single channel:

left-hand window list → right-click the channel → Settings → Check "Hide join/part messages"

[edit]HydraIRC

Right-click on chat window → Verbosity → Show least

(will still show nick changes)

[edit]IRCCloud

Web: Options → untick "Show nick changes, joins and parts".

Android: Overflow menu → Display Options → untick "Show nick changes, joins and parts".

[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]ircII

/ignore * crap

[edit]irssi

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

Or use: 

[edit]Konversation

  • Settings → Configure Konversation
  • in the left sidebar, Behavior → Chat Window
  • Hide Join/Part/Nick

[edit]KVirc

To supress joins, execute in "New Script Tester":

event(OnJoin,supressJoinMsg) {
    halt
}

To supress parts, execute in "New Script Tester":

event(OnPart,supressPartMsg) {
    halt
}

To supress quits, execute in "New Script Tester":

event(OnQuit,supressQuitMsg) {
    halt
}

To enable these events output back you will have to delete corresponding event handlers from "Event Editor" (Scripting → Edit Events) (be sure to press Apply or OK before closing the editor)

Instead of supressing those messages, you may consider splitting output window into two parts: the above mentioned messages would be output into the top part and all the talks would be output into the bottom window. To make it so, search for "Split View" in the collapsing panel just above the nick list.

To turn off the output of person's mask for in messages you will also have to dive into scripting a bit) You will have to write your own event handlers for some events, where you output hand-made messages and in the end halt standard message output (by placing halt at the end as shown above)

[edit]LimeChat

Preferences → Log → uncheck "Show join/leave events" (version 2.33)

[edit]mibbit

  1. If you don't have an account click on "Create an account", enter a name, password and email address and click on "Signup".
  2. If you are not logged in click on "Login", enter your name and password and click on "Login".
  3. Prefs → Chat data → Join and parts

[edit]mIRC

Tools → Options → IRC → click Events → 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

[edit]Quassel

Right click on the buffer → Hide Events → Joins, Parts, Quits...

[edit]qwebirc

Click the "IRC" icon in top-left corner. Select "Options" and enable "Hide JOINS/PARTS/QUITS".

[edit]Pidgin (aka Gaim)

Tools → Plugins, enable "Join/Part Hiding". You may need to configure it to reduce the default number of participants you need before it kicks in, from 800 to something like 100.

Alternatively, use the IRC Helper plugin.

[edit]Smuxi

File → Preferences → Filters → Add

  • Protocol: IRC
  • Group: Group/Public
  • Name: #xkcd-signal
  • Type: Event
  • Pattern: /(join|left|quit)/

For more details check this Smuxi FAQ entry

[edit]Textual

For all channels:

Textual → Preferences → Style → Show general event messages

For a single channel:

Channel → Channel Properties → General Settings → General → Disable general event messages

[edit]Weechat

Smart filter (only show relevant joins and quits):

/filter add irc_smart * irc_smart_filter *

The first * can be replaced with a list of buffers, e.g. irc.freenode.*,irc.foonetic.#xkcd,!irc.freenode.#important

See /help filter for hiding all joins/quits (including relevant ones). All filters can be toggled temporarily using [Alt] [=].

[edit]X-Chat

To enable conference mode globally, type:

/set irc_conf_mode 1 
/gui apply
/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"

阅读(970) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:没有了

给主人留下些什么吧!~~